News Feed
Jobs Feed
Sections




News Archive
Alex Netkachov's Blog:
PHP fluent API tips
October 29, 2007 @ 07:57:00

In response to Travis Swicegood's post about fluent APIs, Alex Netkachov has added some of his own examples to the topic from the Zend Framework and the popular Javascript library, jQuery.

In his recent post Travis Swicegood is talking about the "Fluent API". This kind of API is very popular in scripting languages and I use it during my work with Zend Framework or jQuery projects. Another good example of such technique is Document Object Model API.

His examples show the method chaining that's the hallmark of fluent interfaces. Unfortunately, there's no good way to just make an object and call a fluent interface on it in PHP, so Alex suggests a simple little wrapper (that just returns the object) to make it easier.

0 comments voice your opinion now!
fluent api tip zendframework jquery wrapper object fluent api tip zendframework jquery wrapper object


blog comments powered by Disqus

Similar Posts

Matthew Weier OPhinney's Blog: State of Zend Framework 2.0

Rob Allen's Blog: Zend Framework Tutorial Zip File Updated

Richard Davey's Blog: Interesting memory use with GD images

Jani Hartikainen's Blog: Unit testing 4: Mock objects and testing code which uses the database

Gonzalo Ayuso: Building a simple API proxy server with PHP


Community Events











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


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

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