Re: [PHP-DEV] Runtime-Extension of Classes

2010-11-25 Thread Kenan Sulayman
Okay. :/ After all, thank you for the interjection of "Runkit" ^^ I think, I'll give it a try.. :) Thanks - and uhh - my signature really looks ugly in the mailing-list. Thanks for letting me know ;) Cheers, -- (c) *Kenan Sulayman* *Freelance Designer and Programmer* *Life's Live Poetry* 2010

Re: [PHP-DEV] Runtime-Extension of Classes

2010-11-25 Thread Johannes Schlüter
On Thu, 2010-11-25 at 16:44 +0100, Kenan Sulayman wrote: > So - is there a way to dynamically extend a class (not the > traditionally > "get-the-class,-clone-the-class-and-add-sugar"-way) ? After reading this three times i interpret it like "I want to add stuff to the instance" and no that is not

[PHP-DEV] Runtime-Extension of Classes

2010-11-25 Thread Kenan Sulayman
Hello out there! This morning I asked myself whether it's possible to extend a class without calling the child, but the initially extended class? It can, in some circumstances, really be important. I.e.: I build an CLI-shell interface for some back-end stuff I'd to do - and it really is a pain in