I want to make a webapp in php but I don't know what this "architecture" stuff is?

Joe B

New member
Do I need anything like CakePHP? Or can I just start doing my work and separate my php functions into model-view-controller architecture?

Also, what's the best IDE to use for writing PHP and creating a webapp?
 
If you are new to PHP, it's recommended that you do your own code base. If you are actually looking at PHP frameworks, I would recommend CakePHP, CodeIgniter and Dwoo.

As for IDE

PHP Designer 2009 for paid
Scite and Notepad++ for free
 
Back
Top