News Feed
Jobs Feed
Sections




News Archive
Label Media Blog:
Design Patterns in PHP - Strategy Pattern
November 30, 2010 @ 12:48:26

On the Label Media blog today Tom Rawcliffe continues his series looking at design patterns (see here for his look at the Factory pattern) with this new post focusing in on the Strategy pattern.

The Strategy Pattern is used to decouple an algorithm from the context in which it is used. I'm going to equate this example to a real world scenario starring a man, I'll call him Bob.

In his example Bob heads to work and takes whatever way he wants to get there. His boss only cares that he makes it there, not the path he takes. Bob can take many different ways ("strategies") to get there, but how is up to him. Tom illustrates this with a bit of sample code with a "bob.php" that can use any number of other classes/methods to get to work (like commute, the train or a car).

0 comments voice your opinion now!
designpattern strategy pattern tutorial


blog comments powered by Disqus

Similar Posts

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

Benjamin Eberlei's Blog: Using a Dependency Injection Container with Zend_Application

Ibuildings techPortal: Keyboard Enabling Web Applications

Dave Gardner's Blog: Setting up continuous integration for PHP using Hudson and Phing

Jani Hartikainen's Blog: Decoupling models from the database: Data Access Object pattern in PHP


Community Events











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


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

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