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

Blue Parabola Blog: Magento Feature Analysis Series, Part 4: Catalog Management Offering

DevShed: Rich Internet Applications - Introduction to Adobe Flex and PHP

Sameer Borate's Blog: Refactoring 2: Extract Method

Fortrabbit.com: Handle your dependencies with PHP composer

VideoPHPBlog.com: Create your own MVC


Community Events











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


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

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