News Feed
Jobs Feed
Sections




News Archive
Dagfinn Reiersol's Blog:
Real programming with PHP 5.3 (part 4) A more realistic example
June 05, 2009 @ 07:57:21

On the PHP in Action blog Dagfinn Reiersol continues his look at real programming examples using the upcoming PHP 5.3 release. In this new tutorial he focuses on making a classed based on the Range design pattern to paginate results.

A Range object is defined by just two values (three in my variation), so it might seem like too much to have an object just to keep these values, but as you can see from the example, a Range class can have behaviors to change and compare ranges.

He gives two code snippets - the first defines most of the methods of the class in the constructor (using the lambda functions) and the second uses a __call to catch the calls to the same methods but defined normally as private (making them inaccessible to the outside world).

1 comment voice your opinion now!
lambda designpattern range tutorial


blog comments powered by Disqus

Similar Posts

FuzzyOpinions Blog: Tutorial: improving security with a PHP Captcha

Pablo Viquez: PHP debugging with JMeter and Zend Debugger

PHPBuilder.com: Using the Factory Pattern in PHP Applications

Jani Hartikainen's Blog: Zend_Acl part 3: creating and storing dynamic ACLs

Pádraic Brady's Blog: The Factory and Abstract Factory patterns in PHP


Community Events











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


language example framework application podcast introduction interview functional zendframework2 development composer code testing release opinion series object phpunit api community

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