> > > >where, how, what? > My idea was to use references (&) so that $bb reflects back to $a->name and when $a->name changes , so does $bb.
What is the goal of your setup. Maybe your better of saying:
class object {
var $a
var $bb
etc
}
$a =new object
$obj = mgd_list_whatever
$a->bb = $obj->name
ect
?
TH
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
