RE: [PHP] Object Confusion
$A->variable Rather than having us all guess, show your code... -Original Message- From: Robert J. Cissell [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 11:42 AM To: [EMAIL PROTECTED] Subject: [PHP] Object Confusion If object of type A ($A) contains a variable $B which
[PHP] Object Confusion
If object of type A ($A) contains a variable $B which is an object of type B, how does a function within $B reference another variable in $A? Thanks.