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


_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to