Re: [PHP-DEV] catch of object operations __set and __invoke

2004-07-21 Thread Marcus Boerger
Hello Leonardo, Wednesday, July 21, 2004, 4:03:09 PM, you wrote: > Hi all. > I have just messed around with the php 5 code so to find a way to implement > some way to make objects call some magic method when there is an invocation > of a non existent method Just use: __call() regards marcus --

[PHP-DEV] catch of object operations __set and __invoke

2004-07-21 Thread Leonardo Pedretti
Hi all. I have just messed around with the php 5 code so to find a way to implement some way to make objects call some magic method when there is an invocation of a non existent method, or a setting of a non existent data member (this last may not be neccesary by now for what i am implementint,