Date: 11/18/99
- Next message: Mark Menard: "[PHPLIB] Classpath Idea"
- Previous message: Kristian Koehntopp: "Re: [PHPLIB] Am I doing right?"
- In reply to: ehutson: "[PHPLIB] Session stuff???????????"
- Next in thread: Mark Menard: "[PHPLIB] Classpath Idea"
- Reply: Mark Menard: "[PHPLIB] Classpath Idea"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Mark Menard: "[PHPLIB] Classpath Idea"
- Previous message: Kristian Koehntopp: "Re: [PHPLIB] Am I doing right?"
- In reply to: ehutson: "[PHPLIB] Session stuff???????????"
- Next in thread: Mark Menard: "[PHPLIB] Classpath Idea"
- Reply: Mark Menard: "[PHPLIB] Classpath Idea"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

