News Feed
Jobs Feed
Sections




News Archive
feed this:

PHP Freaks:
Design Patterns - Introduction
October 09, 2008 @ 07:53:42

The PHP Freaks website has a new tutorial posted today thats an introduction to design patterns - what they are and which were the ideas of the "Gang of Four".

Implementing Design Patterns is gradually getting more common in the PHP world. The hype around Ruby on Rails, which is based on the Model-View-Controller architectural pattern, has spawned a generation of PHP based frameworks which embrace this pattern also, paving the way for others to embrace design patterns in general in their PHP applications.

Design patterns are just a standardized way of doing something (like a Factory where, when you request an object, if one already exists you get that one instead of a new one). They illustrate the design pattern concept with a database abstraction system (UML) and a configuration setup where the main class inherits from the child type-specific ones.

0 comments voice your opinion now!
design pattern introduction tutorial gangoffour



Community Events











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


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

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