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

Stefan Mischook's Blog: PHP Video: the Zend Framework and Web 2.0

Lorna Mitchell' Blog: PHP OAuth Provider: Access Tokens

NetTuts.com: Zend Framework from Scratch

NETTUTS.com: A Beginner’s Guide to Design Patterns

Joshua Thijssen's Blog: Using vagrant and puppet to setup your symfony2 environment


Community Events











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


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

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