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

Robert Basic's Blog: Grouping Zend Framework controllers in subdirectories

Spindrop.us: The Lucene Search Index and symfony

EasyPHPWebSites.com: Updates for Zend Framework 1.9

PHPImpact Blog: From Swift Mailer to Zend_Mail

PHPMaster.com: REST - Can You do More than Spell It? Part 3


Community Events









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


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

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