January 2007
Ajax Patterns
by 45 othersAjaxPatterns.org began as a collection of design patterns, which formed the basis of the book, Ajax Design Patterns, and grew into a publicly editable wiki on anything and everything Ajax.
November 2006
August 2006
ยป PHP Design Patterns - when should they be used?
by 2 othersYou should probably start looking into design patterns as soon as you have a handle on object oriented PHP. That said, I personally believe they start to play a valuable role in practical work, only when the PHP projects are of a reasonable size.
An Introduction to Using Patterns in Web Design
by 16 othersI'm going to show you how to sidestep your habits and assumptions and use patterns to make better design decisions. A lot of fancy stuff has been written about patterns. To be simple and clear in this introduction, I'll just call them chunks
August 2005
The Singleton Design Pattern for PHP
Ensure a class has only one instance and provide a global point of access to it.
1
(6 marks)