Implementing the Factory Pattern in PHP

Factory Patterns allow you to write code that creates an instance of a class without knowing, in advance, the class you need to instantiate. Chuck Hagenbuch demonstrates how to implement Abstract Factories in PHP.

More like this: , .