good php framework required?

kaizenoctopus

New member
I am doing research since past few weeks on a good php framework. I want it especially for database driven website. My website will be mysql based. I am a good database designer. I want to develop database websites fast. I need a gui based php framework, especially recommend me the framework which has capability to design master detail page on the same php page. and not as a link to the master page. preferably ajax technology.
 
Which php framework you choose (such as CakePHP, Zend, or CodeIgniter) relies upon personal preference and the exact website you are making.

For a website that mainly displays data taken from a database, I would recommend CakePHP or a similar MVC framework.

I'm not quite sure what you mean by a "gui based php framework", because as far as I know all php frameworks are coded by hand.
 
Back
Top