News Feed
Jobs Feed
Sections




News Archive
Mike Lively's Blog:
Late Static Binding (LSB) forward_static_call()
April 09, 2008 @ 11:24:19

On his blog, Mike Lively has posted a look at some of the work he's been doing on patches for the late static binding functionality to be included in PHP, including an example of the updates in action.

This weekend I wrapped up a few small tests and sent the patch in and it was subsequently pushed to php 5.3 and php 6.0. Now, this is not at all the way I wanted things to work, in all honesty I think the patch is pretty hokey but unfortunately nobody really spoke up in support of the changes I wanted to make to parent:: in regards to LSB.

His example shows how to override a static method and push that new method's execution to the parent class (in two ways - safe using forward_static_call and the not so safe calling itself with a parent:: override).

0 comments voice your opinion now!
latestaticbinding php5 php6 patch safe unsafe parent forwardstaticcall


blog comments powered by Disqus

Similar Posts

Nefarious Designs: Object-Oriented PHP Part 4: PHP5's Improved Features

David Goodwin's Blog: Book Review: Object-Orientated Programming with PHP5 (Hasin Hayder, Packt)

Adam Trachtenberg's Blog: PHP 5 + COM + Skype Help Wanted

Nexen.net: Base configuration for PHP 5.2.3

DevShed: The Basics of Abstract Factory Classes in PHP 5


Community Events











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


release tool zendframework2 composer database language introduction interview testing podcast example development community conference code functional series framework opinion object

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