News Feed
Jobs Feed
Sections




News Archive
Label Media Blog:
Design Patterns in PHP - Factory method
November 26, 2010 @ 13:56:03

On the Label Media blog today there's a new post from Tom Rawcliffe (the first part of a series) about a common design pattern you can use in your applications - the factory pattern.

A design pattern is a template used by software engineers as a guideline of how to solve a particular problem. [...] In this series of articles I plan to explore some of the design patterns that i have found most useful in my time as a PHP developer, providing examples and notes. So, this being the first, we'll take a look at the Factory Method Pattern.

He defines the pattern - an interface to a class without the caller having to know what type of class it is - and a code example showing an abstract class with a "Factory" method that pulls information from either a jpeg or png class based on the extension of the file name given.

1 comment voice your opinion now!
factory method designpattern introduction series


blog comments powered by Disqus

Similar Posts

Derick Rethans\' Blog: eZ components webcast

PHPBuilder.com: Getting Started with the Fuel PHP Framework

php|architect: The Magic __set_state Method

PHPMaster.com: PHP and the i, Part 1

MongoDB Blog: MongoDB for the PHP Mind, Part 1


Community Events











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


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

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