PHP Framework Comparison

Yes this is yet another PHP Framework comparison. A few months back I was trying to decide which PHP framework to use on a project. I wanted to use a currently popular framework because that way I would get the best support from the devoted contributors and users. Choosing a popular or active project is important when dealing with open source tools.

From my research I found that cakePHP, Zend Framework, and codeIgniter are currently the most popular PHP frameworks. Below are my notes and thoughts about of each framework.

Some of this will only make since if you are familiar with MVC frameworks, if you are not read this first http://en.wikipedia.org/wiki/Model-view-controller

cakePHP

http://cakephp.org/

Google results

Books







Mailing List/Forum Activity

Pros

Cons

Notes

Zend Framework

http://framework.zend.com/

Google results

Books







Mailing List/Forum Activity

Pros

Cons

Notes

CodeIgniter

http://codeigniter.com/

Google results

Books





Mailing List/Forum Activity

Pros

Cons

Notes

Share