News Feed
Jobs Feed
Sections




News Archive
DevShed:
Implementing the Stage Pattern in PHP 5
April 18, 2007 @ 12:49:00

Back with another of their design patterns articles, DevShed looks this time at the Stage pattern - a flexible pattern that allows your application to adapt to requests.

At least at first glance, the definition of the "Stage" pattern seems hard to grasp, which implies that the pattern in question has to be addressed from a practical point of view. In doing so, you'll have a much better idea of how it works, and eventually how it can be applied in concrete cases. [...] Over the course of this two-part series, I'm going to introduce its key concepts, and logically show you how to implement it with copious code samples.

They start by defining a DIV class to act as a foundation for the Stage functionality (with methods to set the ID, the CSS class and the data inside it). They also develop a DivContext class to handle special methods surrounding the inputted DIV. Bringing it all together, they create a default DIV object and pass it into the custom DivContext to get and set the contents of the DIV.

0 comments voice your opinion now!
designpattern stage divcontext tutorial implement php5 designpattern stage divcontext tutorial implement php5


blog comments powered by Disqus

Similar Posts

Michael Kimsal's Blog: PHP4 -> PHP5 XML Wrapper

Community News: The "Go PHP5" Effort Officially Launched

PHPFreaks.com: Sessions and cookies: Adding state to a stateless protocol

SitePoint Web Tech Blog: OSCON 2006: Gettting Rich with PHP5

The Bakery: Advanced Pagination (1.2)


Community Events











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


interview application community testing unittest tool functional language zendframework2 phpunit code framework example development podcast release conference opinion introduction series

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