Posted by FluffyCat on 11/14/81 11:30
In Febraury - April of 2002 I put together in Java examples of all 23
of the classic "Gang Of Four" design patterns for my website. Partly
I wanted to get a better understanding of those patterns. They are
still online at
http://www.fluffycat.com/java/patterns.html
Since September 2003 I've mainly been using PHP, and now that PHP 5 is
becoming more available I am going to try the same thing I did in Java
with PHP.
I have only completed my pages for Abstract Factory and Factory
Method thus far and I have a pretty good idea of what I will do for
Composite and Memento. Hopefully I will be adding one or two new
patterns each week until all are complete. If any other pattern
loving PHP enthusiasts want to check it out I'd love your feedback:
http://www.fluffycat.com/SDCMSv2/
[Back to original message]
|