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
--
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,