News Feed
Jobs Feed
Sections




News Archive
Coders' View Blog:
The Strategy Pattern Using PHP
May 29, 2009 @ 11:14:02

On the Coders' View blog there's a recent post looking at using the strategy design pattern in your PHP application.

In the strategy pattern, algorithms are extracted from complex classes so they can be replaced easily. For example, the strategy pattern is an option if you want to change the way pages are ranked in a search engine. Think about a search engine in several parts - one that iterates through the pages, one that ranks each page, and another that orders the results based on the rank.

Their example shows a class that, based on a few different search "strategies", can locate user information in the user listing. Their example uses a random and a "find after" strategy and includes the results.

4 comments voice your opinion now!
tutorial designpattern strategy


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Exploring Zend_Paginator

Pádraic Brady's Blog: Complex Views with the Zend Framework - Part 3: Composite View Pattern

DevShed: Parsing Child Nodes with the DOM XML extension in PHP 5

Zend Developer Zone: A PHP 'Hello World' Script Using Zend Core for i5

The Bakery: 10 New CakePHP Articles, Tutorials and Helpers


Community Events











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


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

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