News Feed
Jobs Feed
Sections




News Archive
Eran Galperin's Blog:
The Advancing PHP Developer Part 5 Design Patterns
July 14, 2008 @ 09:32:26

As a part of his "Advancing PHP Developer" series, Eran Galperin has posted part five, a look at design patterns and what they can do for you and your application.

A design pattern is a general reusable solution to a recurring design problem in object-oriented systems. Design patterns are essentially blueprints that suggest how to solve a particular set of OO design problems while adhering to OO best good-practices (which I've recounted in my Object Oriented part of this series).

He talks about one of the most popular examples - the Model/View/Controller design pattern that is used in many rapid development frameworks for PHP (including CodeIgniter and the Zend Framework). He also briefly mentions a few others like the composite, singleton and decorator patterns.

Other parts of this series include looks at testing, refactoring and coding standards.

0 comments voice your opinion now!
designpattern mvc modelviewcontroller decorator composite singleton


blog comments powered by Disqus

Similar Posts

DevShed: Processing File Data with Template Classes in PHP 5

Nick Halstead's Blog: Bad code, bad data flow, good idea?

DevShed.com: The Singleton and Factory Patterns in PHP - Building a Form Generator Class

DevShed: Handling Cookies and File Data with the Factory Pattern in PHP 5

Dagfinn Reiersol's Blog: Real programming with PHP 5.3 (part 4): A more realistic example


Community Events











Don't see your event here?
Let us know!


framework introduction example zendframework2 unittest application functional community podcast language code conference development release tool interview testing series object opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework