Saturday, October 24, 2009

Php and Design Pattern

Design Patterns are mostly studied while Java programming. However, now is not the case. With introduction of PHP 5 and its MVC (Model-View-Controller) structure. We can use Design Pattern with PHP too.

Below are few links which I found helpful in understanding Design Pattern in PHP.

http://sourcemaking.com/design_patterns

http://www.tonymarston.net/php-mysql/design-patterns.html

http://www.fluffycat.com/PHP-Design-Patterns/

http://www.ibm.com/developerworks/library/os-php-designptrns/

Feel free to ask any questions by posting in comments section.

No comments:

Post a Comment