News Feed
Jobs Feed
Sections




News Archive
Mutant PHP Blog:
Specifications for PHP5
September 30, 2008 @ 11:17:47

In a recent entry to his blog Sean shows off a new specifications library he's created to replace common comparison functionality with a series of specs.

I thought I'd share a PHP library implementing this idea by Evans and Fowler. Written for PHP5, it's a library for defining custom specifications using composition and inheritance.

He gives the example of "Person" objects with name and age properties. A search might involve looking directly at the properties to location one that's, say, younger than 35 and has a last name of Johnson. His specification class replaces this and makes it more reusable by applying things like GreaterOrEqualSpecifications and EqualSpecifications to standardize the evaluation. Then its just a quick call to the isSatisfiedBy method to check for correctness.

0 comments voice your opinion now!
specification php5 class download evaluate reuse


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: What’s your plan for __autoload()?

Matthew Weir O'Phinney's Blog: Overloading arrays in PHP 5.2.0

DevShed: Manipulating String Literals with Interpreter Classes in PHP 5

Brandon Savage's Blog: Keeping Superglobals Out Of Classes

NETTUTS.com: Getting Started With CakePHP


Community Events











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


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

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