News Feed
Jobs Feed
Sections




News Archive
C7Y:
Late Static Binding a practical example
February 12, 2008 @ 15:52:36

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 been brought up numerous times in the past three years in various PHP development discussion circles (and we're finally getting it in PHP 5.3)'"but what does it really do, and why should you care? Here's a simple practical example of how it can greatly simplify your code's design.

He shows its usefulness in an example of how it works, letting classes/objects access static methods, constants and properties of inherited classes (besides their own). His example (using beer, of course) shows how an extended class (Ale) can reference the constant (NAME) in the parent class (Beer). Thanks to a new keyword in PHP 5.3 - "static::" - helps define the difference even clearer.

Check out the rest of the article for a more practical usage too.

0 comments voice your opinion now!
late static binding tutorial example beer


blog comments powered by Disqus

Similar Posts

YouTube.com: Installing Zend Server on Linux in 4 minutes and 37 seconds

Gennady Feldman's Blog: Installing Oracle Instant Client 11g and PECL OCI8 (Part 2)

Brian Swan's Blog: Paging Data with the SQL Server Drivers for PHP: Simplified

Zend Developer Zone: NP-Gravatar

Maarten Balliauw's Blog: Windows Azure and scaling: how?


Community Events









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


release language testing opinion framework code zendframework2 composer interview database api community example development podcast unittest object tool introduction phpunit

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