Re: What does "PHP_Incomplete_Class" mean?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: What does "PHP_Incomplete_Class" mean?

From: elektrophyte <elektrophyte@yahoo.com>
Date: Fri Jul 15 2005 - 04:38:20 CEST

elektrophyte wrote:
...
> Also, in the listing of SESSION variables in the debugger, under "Type"
> myFormInstance has a type of "object(__PHP_Incomplete_Class)".

I found out the answer. It's that the class declaration has to be
available before you call session_start(). If your class is defined in
an included file, you have to call include() (include_once(),
require(), require_once()) before you call session_start().

E
Received on Mon Oct 17 21:07:41 2005