News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
PHPImact Blog:
Refactoring the Front Controller of the Zend Framework
August 20, 2008 @ 14:04:01

The PHP::Impact blog has a new tutorial posted today with a look at a refactoring of the front controller of the Zend Framework to make it a bit more manageable.

One of the most fundamental decision in object design is deciding where to put responsibilities. No one, and I mean no one, gets it right the first time. That's why refactoring is so important. As Kent Beck puts it, refactoring is the process of taking a system and adding to its value, not by changing its behaviour but by giving it more of these qualities that enable us to continue developing at speed.

He follows the "extract" refactoring method that makes things simpler by removing unneeded parts of the code (in favor of an interchangeable external "extract class". He removes seven methods from the class and splits them off into their own. This reduces the controller down to a more manageable size and takes a lot of the complexity out.

0 comments voice your opinion now!
tutorial refactor extract class zendframework front controller



Similar Posts

Justin Silverton\'s Blog: Using sqlite and php

Rob Allen's Blog: Top Tip: XHTML with Zend Form Elements

Robert Basic's Blog: A Zend_Captcha example

PHPBuilder.com: Creating an Online Survey - Part 2

Mohammed Berdai's Blog: How To Install PostgreSQL And phpPgAdmin Support In XAMPP


Community Events









Don't see your event here?
Let us know!


cakephp example zend conference mysql database PEAR application job book code PHP5 security zendframework package ajax release releases developer framework

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework