Posted by FluffyCat on 05/17/06 04:01
Last week I continued my series of design patterns examples using PHP 5 with the Observer Pattern. Here now is my 15th example, the Prototype pattern. http://www.fluffycat.com/PHP-Design-Patterns-Prototype/ In the Prototype Pattern, we create new objects by cloning a standard one we already have. Pretty simple and fairly useful.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming