Posted by FluffyCat on 10/13/99 11:30
In early 2002 I did examples of all 23 of the classic "Gang Of Four"
design patterns for my website in Java. Partly I wanted to get a
better understanding of those patterns. They are still online at
http://www.fluffycat.com/java/patterns.html
Since mid 2003 I've mostly been using PHP, and now that PHP 5 is
becoming more widely available I am eager to try the same thing I did
in Java with PHP.
So far I have only completed my pages for Abstract Factory and Factory
Method, and I have a pretty good idea of what I will do for Composite
and Memento. If any other pattern loving PHP enthusiasts want to
check ot out I'd love your feedback:
http://www.fluffycat.com/SDCMSv2/
[Back to original message]
|