DevShed: PHP 5 and Polymorphism
From DevShed, there's a more advanced tutorial that might interest PHP developers out there looking for more info on "polymorphism" for their apps. This article explains what polymorphism is and how it...
View ArticleEtienne Kneuss' Blog: Late Static Bindings Explained
Etienne Kneuss has a new article posted about and introducing a feature that will be implemented in PHP6 - late static bindings. Late Static Binding (LSB, yes, not LSD) is an OO feature that is meant...
View ArticleMike Lively's Blog: Late static binding....sorta :/
Mike Lively is happy about one thing - that late static binding (definition) has been committed and will be included with PHP 5.3. Unfortunately, he has a downside too: The good news is late static...
View ArticleC7Y: Late Static Binding: a practical example
Sean Coates has posted a new article today about one of the features that will be included in the next major release of PHP (5.3) - late static bindings. Late Static Binding (LSB) is a topic that's...
View ArticleEric Hogue's Blog: Late Static Binding
Eric Hogue has a recent post to his blog looking at one of the more tricky aspects of the latest versions of PHP (the 5.3.x series) - late static binding. In a nutshell, late static binding (LSB) lets...
View Article