
December 20th, 2004, 09:00 AM
|
|
|
|
Design Patterns in PHP - Factory Method and Abstract Factory
Normally, in object oriented programming, object creation is not difficult. But what if your object needs to be created based on different conditions or other matters of context? Then you will spend hours in debugging and updating--unless you know about design patterns. David Fells explains how they work, and uses the creation of a maze to illustrate his points.
Read the full article here: Design Patterns in PHP - Factory Method and Abstract Factory
For more discussion go here: Blog Article Discussion
|