Thursday, March 15, 2001

Hello,

It seems, from further experimentation, that for such a reference to be
properly established, some functionality/memory, specific to that referenced
object, must be accessed in the same code space that defines the reference.
Additionally, the referenced object must be fully defined and loaded, e.g.,
one can not establish a reference to "$this" within the constructor of that
object -- because "$this" is not fully defined when the constructor is
called.

Signed,
-Andrew Immerman


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to