Re: [PHP] Passing Multilayered Objects, by Reference, to Independent Sub-Objects

2001-03-15 Thread Andrew Immerman
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 mus

[PHP] Passing Multilayered Objects, by Reference, to Independent Sub-Objects

2001-03-15 Thread Andrew Immerman
Hello, The example that follows this little description should, as far as my understanding of PHP goes, demonstrate proper passing of multilayered objects, by reference, to independent sub-objects. The more understandable description, there exists a super-class that has two sub-classes. The fir