Blog posts from 23rd January 2008
PHP: Late Static Bindings
New to PHP 5.3.0 will be late static bindings. Currently you can use the self keyword in PHP to access static methods of the current class, the new static keyword allows you to access static methods through the inheritance tree.
# Permalink Posted on Wed 23rd January, 2008 in with no comments
Showing 1 to 1 of 1