News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Joshua Thompson's Blog: Return to Prototype Based Programming in PHP

ThinkPHP Blog: Webapplikationen mit PHP5 und IBM DB2

DevShed: Additional Methods for Using SQLite with PHP 5

Andrei Zmievski's Blog: Linux.com interview

Dotvoid.com: PHP 5.2 ajaxified


Community Events











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


zendframework2 rest conference community release podcast testing database interview language development phpunit symfony2 functional unittest usergroup opinion framework introduction series

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