Jump to content

NEW to PHP - Seeking Help with Frameworks/UI


wasifkhan007

Recommended Posts

Hi,

 

I am new to PHP & MYSQL, but have been developing for over 18 years.  Cobol then VB and than Lotus Domino.  I have downloaded Netbeans IDE and have been playing around with PHP and MYSQL.  Pretty standard.. no issues and have been successful in developing code.  My question and guide I need in is:

 

1. Best Practices (Developing Reusable Code/Classes

2. What frameworks are available to develop UI (I am hoping that, old days of hard code HTML is replaced with frameworks)

3. Netbean is good IDE, but do not have WYSYWIG UI development...

 

I am just starting to duplicate an application that I wrote in Lotus Notes/Domino and have started to find out the simple things that were native in that environment require hard coding... I am sure that there are options.

 

 

:( 

Link to comment
Share on other sites

regarding frameworks,

if you want to code the hard way, try the MVC framework namely, CakePHP,

if you want it a little simpler, again try the MVC framework namely, Code Igniter.

 

i prefer MVC because it doesnt clutter ur code into one file making it hard to read.....mVC stands for Model View Controller, where models are files for database interaction, controller files are where you write the logic of your application, and views are the files where you just bother about how to present those data that you have to the user.....a designer can handle views too....

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.