laurellion said – Fri, 06 Jun 2008 23:41:03 -0000 ( Link )
What would you pick for the best PHP framework? ie CakePHP, Zend, symfony, CodeIgniter or any other?
- Actions
What would you pick for the best PHP framework? ie CakePHP, Zend, symfony, CodeIgniter or any other?
I’ve been in the process of rolling my own, as Maven suggested. There are definitely arguments against this approach, but I’ve learned about more new features of PHP and how to do things efficiently in the two months I’ve been working it it than in all five years of past experience. Plus, I’m intimately familiar with every feature of the framework and completely comfortable with it.
Vote CakePHP.
CakePHP is a rapid development PHP framework that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.
PHPKode list some popular PHP framework projects, you can compare and choose the right one.
You can check out:
http://www.phpkode.com/projects/category/php-development-framework/
Post Comments