Re: [PHPLIB] Session stuff??????????? From: Kristian Koehntopp (kris <email protected>)
Date: 11/18/99

On Thu, Nov 18, 1999 at 12:46:32PM -0600, ehutson wrote:
> $q is not an object in ...
> Member function used on a non-object in url ...

When you make an object $o of Class C persistent, a statement
like "$o = new C;" becomes part of your session data in order to
recreate $o on each subsequent page as an instance of C. This
statement only has a meaning to your PHP3 interpreter if the
interpreter has seen a class definition for C before. So in
order for this statement to work, you must include c.inc, where
c.inc is an include file containing a valid class definition for
class C.

Kristian

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.