Hi I have been hoping to use my laptop as a porta-server but ran into
this problem. It seems that require_once() is not working for me!
The child class file has a 'require_once() ' to the parent class file
and I'm sure it is correct (this works fine in *nix environments). But
I get this error message:
Fatal error: Class sessionmodel: Cannot inherit from undefined class
model in ...\include\mod el-session.php on line 7
Anybody know what might be up with this?
I am using Windows XP Professional, with the latest apache 1.x and
php4. No extra libraries installed, everything pretty much default
settings.
this problem. It seems that require_once() is not working for me!
The child class file has a 'require_once() ' to the parent class file
and I'm sure it is correct (this works fine in *nix environments). But
I get this error message:
Fatal error: Class sessionmodel: Cannot inherit from undefined class
model in ...\include\mod el-session.php on line 7
Anybody know what might be up with this?
I am using Windows XP Professional, with the latest apache 1.x and
php4. No extra libraries installed, everything pretty much default
settings.
Comment