Posted by Vince Morgan on 04/20/07 20:54
"Vince Morgan" <vinhar@REMOVEoptusnet.com.au> wrote in message
news:46292771$0$5745$afc38c87@news.optusnet.com.au...
> function &__set($name, $val)
> {
> $name = $val;
> }
> function __get($name)
> {
> return self::getVal($name);
> }
> }
>
It's that 'It's very late here' problem again. The __get() was byref not
the __set(), but considering the weight of the data it's probably mute
anyway.
Navigation:
[Reply to this message]
|