In
a new note today,
Matthew O'Phinney shares some of his experience as being asked to head up the MVC team for the
Zend Framework, including some of the changes that have been made.
The experience has been incredibly rewarding, however, and I've had the chance to pick the brains of and work with some top-notch developers in the process. In the next week or so, we'll be releasing version 0.6.0 of the framework, and it will include much of my work in the MVC components as part of the core distribution.
Some of the changes
he lists include:
- changes that promote greater flexibility and testing
- controller classes are now unit tested
- the introduction of the request and response objects
- a router is no longer neededthe ability to push parameters into the front controller
He also gets into a bit of detail on the Response object - what it is, how it works, and how you can set up your own custom versions of it. Check out
the full post for more information.
Matthew O'Phinney's Blog: MVC changes in Zend Framework - Read More...