News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Jacob Santos' Blog: Patterns for PHP: Page Controller Draft

Stefan Mischook's Blog: A Question about object properties in PHP Classes

PHPBuilder.com: Using XML, Part 5 - SOAP and WSDL

DevShed: Working with Directory Iterators and Proxy Classes with PHP 5

Chris Hartjes' Blog: Tutorial: How to create a thread in vBulletin with a script


Community Events







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


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

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