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

DevShed: Throwing Basic Exceptions When Auto Loading Classes in PHP 5

Hardened-PHP Project: PHP HTML Entity Encoder Heap Overflow Vulnerability

DevShed: Overloading Classes in PHP 5

Community News: phpDocumetor 1.3.2 Released

DevShed: Developing a Form Director Class


Community Events









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


framework introduction development database podcast api zendframework2 testing code unittest community object example opinion release language phpunit tool composer interview

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