News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
David Sklar's Blog:
Runkit, "static", and inheritance
May 17, 2007 @ 08:43:00

David Sklar points out an issue that keeps coming up over and over again in the course of object-oriented applications - why the static keyword doesn't know about inheritance.

There are plenty of good reasons why PHP 5 works this way and it seems that in PHP 6 the static keyword will be able to be used in place of self to get the dynamic behavior a lot of folks are looking for. [...] All well and good once PHP 6 is done.

In the meantime, I was noodling around with runkit and came up with some glue that lets you do something like this.

In his runkit example uses a glue class called MethodHelper that uses various things (including some reflection) to manually look into the classes and find the static information.

A fun proof of concept, but not something (for efficiency reasons) you'd probably want to run on a busy production site.
0 comments voice your opinion now!
runkit inheritance static keyword php5 php6 oop runkit inheritance static keyword php5 php6 oop



Similar Posts

HowToForge.com: How To Set Up suPHP With PHP4 And PHP5

DevShed: Developing a Captcha Application with an Image Generator Class with PHP 5

Aaron Wormus' Blog: WS02 at Zend Conf

Developer.com: SQLite: The Sensible Database Solution

Tony Bibbs' Blog: PHP5 SOAP Still Has Ways to Go


Community Events











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


security example cakephp developer PEAR ajax book release zend framework conference application zendframework package mysql database releases code PHP5 job

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