26080Fluent Interfaces in PHPhttp://www.zend.com/zend/tut/using-strings.phpFluent Interfaces is not a new programming construct, in fact many of you may be doing it without knowing it?s name. In other languages it is commonly known as ?chaining?. However, PHP developers have not been able to use them until PHP 5. Now with PHP 5 and the ability to directly dereference an object, PHP developers can build objects using fluent interfaces.PHP > Tips and Tutorials > DevelopmentOct 15, 2006
autoload is one of the magic methods added to PHP in version 5. It creates a very easy way for you to manage all your different class files. Actually, with __autoload you don’t need to manage them.
Fluent Interfaces is not a new programming construct, in fact many of you may be doing it without knowing it?s name. In other languages it is commonly known as ?chaining?. However, PHP developers have not been able to use them until PHP 5. Now with PHP 5 and the ability to directly dereference an object, PHP developers can build objects using fluent interfaces.
In-function caching can be used to greatly improve the performance of our software. Applying this technique effectively is important to avoid spiraling memory usage and bizarre bugs that can be caused by old cache data lingering around.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.