Exploring MVC-style architectures in Zend, symfony, and CakePHP
Ups, die IBM Developerworks Serie über PHP Frameworks ist ja schon bei Teil 3 angekommen.
A common criticism of early versions on PHP was that they did not support Model-View-Controller (MVC)-style architectures. Today, developers can chose from many PHP frameworks. This “PHP frameworks” series takes a look at three widely used PHP frameworks — Zend, symfony, and CakePHP — examining their similarities and differences while building and extending a sample application in each of the three frameworks. Part 1 laid out the scope for the series and got the prerequisites out of the way. In Part 2, you built the sample application in each of the three frameworks. Here in Part 3, you will extend the application and look at exceptions to the rule.

