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.
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
(3 marks)