I have a script that has an array of objects and the objectes have an array of
objects
so

$obj = $test['0']->members['0'];
$obj->blah();

It's acting up when i chnage $obj sometimes $test['0']->members['0'] reflects
the changes i make to $obj. Is there any way that i can test to see if it is a
ref or not?

 - Brad

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to