RE: [PHP-DEV] Overloaded property access

2004-06-01 Thread Rick Fletcher
:41a > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] Overloaded property access > > I've just made use of overloaded property access for the > first time and > experienced some unexpected behavior. I just wanted to > verify that it was > the correct behavior with tho

[PHP-DEV] Overloaded property access

2004-06-01 Thread Rick Fletcher
I've just made use of overloaded property access for the first time and experienced some unexpected behavior. I just wanted to verify that it was the correct behavior with those who'd know best. two = new Two(); } public function __set( $n, $v ) { $GLOBALS