Extending objects with new methods at runtime
With the advent of PHP 5.3 adding new methods to an instance of a class at runtime becomes possible with PHP as well, using anonymous functions and a little bit of __call() magic
Want to have your say? just login


Be first to show your opinion !!!