|
|
|
PHP Design Pattern Articles
|
List of articles explaining how Design patterns can be used in PHP Programming. PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
created by syam1224 on 2008-05-11 21:31:24
|
|
|
|
Five common PHP design patterns

Design patterns are just for Java™ architects -- at least that's what you may have been led to believe. In fact, design patterns are useful for everyone. If these tools aren't exclusive to architecture astronauts, what are they, and why are they useful in PHP applications? This article explains.
http://www.ibm.com/developerworks/library/os-php-d
created by syam1224 on 2008-05-11 21:32:09
|
|
Five more PHP design patterns

PHP V5's object-oriented features give you the ability to implement design patterns to improve your code's design. When you improve your code's design in this way, it becomes more readable, more maintainable, and more robust to absorb changes.
http://www.ibm.com/developerworks/opensource/libra
created by syam1224 on 2008-05-11 21:32:49
|
|
|