PHP - Need some suggestions on how to choose a PHP framework [closed]

FMoW

New Member
I have basic PHP knowledge and would like to improve my PHP skill to next level. There are many PHP framework available, such as Zend, CakePHP, CodeIgniter, etc.I am looking for suggestion of choosing which PHP framework for my future development work.Thank you\[code\]// update --1 //\[/code\]The project involves collecting data from clients and save it to MySQL. One key function we have to provide is that we need to give a search function. As I know the Apache Lucene is the best one we can use. However, PHP doesn't provide direct interface with Lucene. Someone told me that Zend framework provides such an interface. But we don't know whether or not it is a good framework. I saw lots of complaint from the links below on Zend frameowrk.Thank you
 
Back
Top