News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Understanding the Factory Method Design Pattern
December 16, 2011 @ 12:15:54

On PHPMaster.com today there's a new design pattern-focused that introduces you to using the Factory method to create new objects on the fly.

The Factory Method pattern is a design pattern used to define a runtime interface for creating an object. It's called a factory because it creates various types of objects without necessarily knowing what kind of object it creates or how to create it.

Code is included showing how to make creating "Product_*" classes as simple as calling a "build()" method with the type. A slightly more complex situation is also included - building factories inside of factory methods. For more about the Factory design pattern, check out its Wikipedia page (that includes some common uses and some pitfalls to watch out for).

0 comments voice your opinion now!
factory method designpattern tutorial introduction


blog comments powered by Disqus

Similar Posts

DevShed: Handling Result Sets and More with PDO Objects in PHP 5

IBM developerWorks: Squash bugs in PHP applications with Zend Debugger

PHPMaster.com: Defining and Using Functions in PHP

Justin Silverton\'s Blog: Using sqlite and php

DevShed: Building an Image Generator Class with PHP 5


Community Events









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


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

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