Thursday, 19 April 2007
Learn to Implement the Stage Pattern in PHP 5 |
| |
|
| |
In the first article of a two-part series Alejandro Gervasio demonstrates another design pattern. This time in a two part series, he discusses about the Stage pattern. He introduces you to the key concepts and shows you how to implement it with code samples.
Alejandro says, in the huge area of pattern-based programming, there’s one pattern called ‘Stage’ that provides developers with a handy mechanism for building a class that’s capable of modifying its behavior in response to the changes introduced into its environment. He begins the tutorial under the following section:
|
| |
|
|
| |
|
|
| |
|
|
| |
|