[PHPTAL] Patch for Configuration Methods

Joshua Paine lists at fairsky.us
Mon Apr 7 20:22:18 CEST 2008


On Mon, 2008-04-07 at 09:50 +0200, Werner wrote:
> the patch enables a fluent interface for many access methods.

Maybe I missed something, but it looks like you enabled method chaining,
not a fluent interface, which uses method chaining to make a sort of
DSL. Method chaining is useful for cutting out boilerplate code (love it
in jQuery), and it looks helpful here, it's just not "fluent".

http://martinfowler.com/bliki/FluentInterface.html




More information about the PHPTAL mailing list