» Patterns
-
Fluent Interfaces in PHP
By vinu on December 21st, 2006 | No Comments
A new buzzword in the PHP circles is Fluent Interfaces, which is not really new, but a way to chain methods of an object together. Here’s an example from Mike Naberezny which shows the regular way and the Fluent way: <... -
Design Patterns for Web 2.0
Yahoo’s UI Blog and Design pattern Library have interesting topics on patterns to follow while designing UI’s for Web 2.0 applications. In the old web, an action almost always followed a page reload or an int...





