PHP Frameworks, Part 3: Exceptions to the Rule
Dec 10, 2007, 05:30 (0 Talkback[s])
(Other stories by Duane O'Brien)
[ Thanks to An Anonymous Reader for
this link. ]
"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..."
Complete Story
Related Stories: