On Mon, Jun 22, 2009 at 1:12 PM, Justin Carmony<[email protected]> 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. _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
