News Feed
Jobs Feed
Sections




News Archive
DevShed:
Working with Strings and the Composite Pattern in PHP 5
March 14, 2007 @ 11:14:00

DevShed has posted the second and last part of a series of two articles based around the Composite design pattern - using it to work with strings in PHP5.

Are you a PHP developer who wants to improve your skills in pattern-based programming in PHP? If the answer to this question is a emphatic yes, then you should begin reading this article now! Welcome to the final part of the series "Implementing the composite pattern with PHP 5." Comprised of two instructive tutorials, this series walks you through the basic concepts of this important design pattern, and shows you how to apply it with some educational examples.

They start by defining a simple StringProcessor class as an abstract interface to build from. From there, they create two other classes - the SingleStringProcessor and the MultipleStringProcessor. Each of these takes in either a single file or multiple filenames and spits back out the value of the string and the length of the string.

0 comments voice your opinion now!
tutorial composite designpattern strings single multiple tutorial composite designpattern strings single multiple


blog comments powered by Disqus

Similar Posts

DevShed: Handling Cookies and File Data with the Factory Pattern in PHP 5

DZone.com: Using a stream wrapper to access CouchDb attachments with PHP

Zend Developer Zone: Creating Modular Template-Based Interfaces with Savant

PHPMaster.com: Practical Aspects of the Adapter Pattern

Maarten Balliauw's Blog: Reuse Excel business logic with PHPExcel


Community Events











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


release example composer podcast zendframework2 unittest language development introduction phpunit database testing series community functional api opinion framework interview code

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