News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Mike Naberezny's Blog: Introducing Zend Framework (PDF)

Pro-PHP Podcast: Interview With Cal Evans

O'Reilly: More PHP Adoption Statistics

Community News: GoPHP5 Official Site

Secunia.com: Slackware Update for PHP


Community Events









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


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

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