News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
My Favorite Design Patterns
April 25, 2011 @ 10:38:13

On the Zend Developer Zone there's a new article from Keith Casey where he talks about some of his favorite design patterns he's come across in his time as a developer - adapter, facade and decorator.

Within the Design Patterns world, there are four main categories: Architectural, Structural, Creational, and Behavioral. Architectural patterns describe the system as a whole, Structural patterns describe the relationships between objects, Creational handle creating objects, and finally Behavioral describe the communication patterns between objects. Each of the categories is worth discussion on its own, but in this case we'll stick to the Structural patterns of Adapter, Facade, and Decorator.

He describes each of the patterns (no code in this one, just descriptions) and for each mentions some of the tools that the Zend Framework has to offer that match up. For example, the Adapter pattern is used in quite a few places in the framework including in the Zend_Db component for the connection types to different databases.

0 comments voice your opinion now!
designpattern zendframework adapter facade decorator


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Zend Framework Tutorial for 0.7

ProDevTips.com: Ajax, ZF and Smarty feed reader - part 1

Hari KT's Blog: A simple Blog using Zend framework 1.9

DevShed: Introducing Mediator Classes in PHP 5

Zend Developer Zone: Zend Framework Takes Home a Jolt Productivity Award


Community Events











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


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

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