News Feed
Jobs Feed
Sections




News Archive
Eric Hogue's Blog:
Late Static Binding
April 22, 2011 @ 09:14:34

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 static classes and methods work more correctly than before. Eric gets into a bit more detail than that:

It came out almost 2 years ago, but it to me that many programmers around me have no idea about it. Myself, I have learned about it around 6 months ago. The PHP documentation defines late static binding as a way to "reference the called class in a context of static inheritance." This definition didn't really help me the first time I read it. Fortunately, there are more explanations in the documentation, and there are good examples. If you haven't, you should read it.

To clarify, he includes a code snippet showing the use of the "static" keyword to correctly reference a static method. He also includes in interesting bit about when's a good time to use it.

0 comments voice your opinion now!
late static binding lsb tutorial explaination


blog comments powered by Disqus

Similar Posts

Lorna Mitchell's Blog: Gthub API: Issues List

DevShed: Controlling Online Forms with Builder Objects in PHP 5 (Part 2)

The Bakery: Simple way to memcache (almost) all database queries

Brian Swan's Blog: SQL Server Driver for PHP Connection Options: Connection Pooling

PHPFreaks: OO PHP Parts One & Two


Community Events











Don't see your event here?
Let us know!


introduction framework unittest zendframework2 opinion code application series community example tool conference release testing interview development phpunit podcast functional language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework