Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Matthew Weir O'Phinney's Blog:
MVC changes in Zend Framework
Dec 08, 2006 @ 13:11:10

In a new note today, Matthew Weir 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 needed
  • the 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.

tagged: mvc zend framework change unittestflexible request response router parameter mvc zend framework change unittestflexible request response router parameter

Link:

Matthew Weir O'Phinney's Blog:
MVC changes in Zend Framework
Dec 08, 2006 @ 13:11:10

In a new note today, Matthew Weir 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 needed
  • the 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.

tagged: mvc zend framework change unittestflexible request response router parameter mvc zend framework change unittestflexible request response router parameter

Link:


Trending Topics: