News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
PHPFreaks.com:
Design Patterns - Strategy/Bridge, Value Object, Singleton (Registry)
October 10, 2008 @ 09:33:10

Following up on their introduction to design patterns, the PHP Freaks have posted tutorials covering three of the more popular patterns - strategy/bridge, value object and singleton.

  • Strategy and Bridge - The Strategy and Bridge patterns provide solutions to apply polymorphism in more flexible way than you can accomplish with only inheritance.
  • Value Object - The Value Object pattern has, just like the Singleton, to do with referencing and instances. In a way, the Value Object is the opposite of the Singleton: it's goal is to ensure NOT to use the same instance, under certain conditions.
  • Singleton and Singleton Registry - The Singleton pattern ensures that you are always dealing with the same, single instance, wherever in your application. The Registry pattern usually utilizes the Singleton pattern (hence "Singleton Registry") to make the same 'globalness' apply to objects who's classes weren't necessarily designed to

Keep checking back to their tutorials section for more design pattern tutorials.

0 comments voice your opinion now!
design pattern singleton registry valueobject strategy bridge



Similar Posts

PHPit.net: PHP 5 Objects, Patterns and Practice

DevShed: Expanding an Error Logger with the Chain of Responsibility Pattern

DevShed: An Introduction to Using the Decorator Pattern with PHP

Paul Jones\' Blog: Solar - Modified Testing Strategy

Zend Developer Zone: PHP in Action - Chapter 7, Design Patterns. Part - I


Community Events







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


application example book releases mysql PEAR code security ajax zendframework job release cakephp database zend framework package developer PHP5 conference

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