[UPHPU] Accessing a Parent Object's Other Variables

Daniel C. dcrookston at gmail.com
Mon Jun 22 13:56:41 MDT 2009


On Mon, Jun 22, 2009 at 1:12 PM, Justin Carmony<justin at justincarmony.com> wrote:
> So that function would run recursively. Have two objects with reference to
> each other isn't a problem, just that the print_r function will throw those
> recursions errors.

It's not really an error, per se, since you're not causing problems.
It's just letting you know that the data structure recurses, so it's
not going to keep printing stuff because that would be silly.

In short: you're fine.

-Dan C.


More information about the UPHPU mailing list