On Fri, 19 Oct 2001, Edin Kadribasic wrote: > I was playing with it and it works as advertised. One question: what is the > meaning of return value in __set()?
You are supposed to return true if you were able to set property successfully, false otherwise. Right now it doesn't do much, since Zend engine pretty much ignores it, but for Zend2 it should matter. > Even activating the overload in the constructor seem to work just fine. The > example I tried: Hmm, interesting. :) The __set() support is not finished yet, for example you can't do: $a->foo->bar = 5; If $a->foo is an overloaded object. -Andrei "The only true currency in this bankrupt world is what we share with each other when we're uncool." -- Lester Bangs, from the film 'Almost Famous' -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]