General tejas on 27 Jul 2006 04:23 pm
Five common PHP design patterns
Design patterns not only present useful ways for developing robust software faster but also provide a way of encapsulating large ideas in friendly terms. For example, you can say you’re writing a messaging system to provide for loose coupling, or you can say you’re writing an observer, which is the name of that pattern.
http://www-128.ibm.com/developerworks/library/os-php-designptrns/