PHP Design Patterns

Posted on: October 21, 2010 Posted by: JJ Comments: 0

PHP Design Patterns

How many PHP design patterns do you know?

Singleton? Factory? Subject? Observer? Strategy? Decorator? Facade? I think I’ll stop here (There are just too many to list).

Where it boils down to is this: Each pattern has it’s own use to solve problems and allow you to maintain the code.

I didn’t even know there was a specific site that talks about php design patterns until I looked up.
http://www.phpdesignpatterns.com/

Useful links:
http://www.fluffycat.com/PHP-Design-Patterns/
http://www.ibm.com/developerworks/library/os-php-designptrns/
http://www.devarticles.com/c/a/PHP/Introduction-to-Design-Patterns-Using-PHP/
http://www.slideshare.net/spriebsch/basic-php-design-patterns-presentation
http://www.php5dp.com/