News Feed
Jobs Feed
Sections




News Archive
DevShed:
Introducing the Composite Pattern in PHP 5
March 09, 2007 @ 09:33:00

Continuing their look at design patterns, DevShed has kicked off yet another series today spotlighting the Composite pattern as used in PHP5.

The composite pattern is one of the less commonly used patterns in PHP 5. Nevertheless, in certain situations, it is very helpful. This article, the first one in a two-part series, will introduce you to the basic concepts of the composite pattern.

The composite pattern allows you to define a single or multiple objects that will have identical behavior - basically behaving the same if there's just one or with the multiple instances. They start with the basics, reaching for one of their standard examples - a file information reader - to illustrate their point. They create the two helper classes it needs to work, one for the single file read and another for the multiple file read. The finish by combining them all together for a file-reading fiesta, showing how to get a one shot info dose as well adding files to the list and grabbing their info all together.

0 comments voice your opinion now!
introduction tutorial php5 designpattern composite object single multiple introduction tutorial php5 designpattern composite object single multiple


blog comments powered by Disqus

Similar Posts

Jeff Moore's Blog: Dependency Injection in PHP

SitePoint PHP Blog: How to tell when PHP 5 is safe to use...

VideoPHPBlog.com: Create your own MVC

Zend Developer Zone: AJAX Chat Tutorial Part 7 : Usability Improvements

PHPBuilder.com: Profiling PHP Code with Xdebug and KCacheGrind


Community Events











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


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

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