Re: [PHP] OOP-classes in PHP

2002-11-17 Thread Hatem Ben
is should work now ;). $foo->foo(); Hatem - Original Message - From: "Tularis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 17, 2002 11:21 PM Subject: [PHP] OOP-classes in PHP > currently I have the followig script: > > everything wo

[PHP] OOP-classes in PHP

2002-11-17 Thread Tularis
currently I have the followig script: everything works fine, except for the fact that it doesn't seem to understand $overall->foo->foo();. It returns this error: "Fatal error: Call to a member function on a non-object in d:\apache\htdocs\classes.php on line 32" Now, I know the object is loaded,