| re: hi... which is the best framework for php.....
Honestly, I've reviewed all of them and when you get stuck at a problem, you'll waste that much time that the framework "saved" you, on finding or fixing that problem.
Most of the large frameworks have their code hidden. While I always say a Framework is as good as its manual, nothing beats a framework that YOU wrote, the manual is ALL in your head and hence makes it very easy to use.
I have tried Zend, CakePHP and looked at the manuals for Symphony and CodeIgniter: None of them worked for me.
I developed my own simple 3 file framework that I use as easily as these larger ones without the bloated code and functionality.
It is strictly created to easily update the model, separate the application logic, and I use Smarty for the view (presentation) layer.
Once i've fine tuned it, i'll publish it, but till then, you've no choice but to try your luck with the Frameworks I mentioned.
thanks for reading,
Dan
|