[PHP] Strange problem with objects

2002-07-24 Thread Evan
Hey all, I'm having a strange problem with objects that I'm hoping someone out there can help me track down. I'll give a run down of the setup here, please note that register_globals is off. A page creates two objects. $document - this is always a new object and uses the ob_ functions to

Re: [PHP] Strange problem with objects

2002-07-24 Thread Evan
Never mind, I just found and exceptable work around. $GLOBALS[session] $GLOBALS[document] contain the objects. (and after all that typing :) -Evan On Wed, Jul 24, 2002 at 10:21:32PM -0400, Evan said: Hey all, I'm having a strange problem with objects that I'm hoping someone out there