[PHP] Problem with extending classes.

2005-05-13 Thread Shaw, Chris - Accenture
Hello, Been playing around with classes in php5, extending a base class and using a constructor etc.. But I seem to have a problem with getting the variables outside the class. In test1.txt, I cannot anything when I access the public variables for the class. In test2, when I make $contact into

RE: [PHP] Problem with extending classes.

2005-05-13 Thread Kim Madsen
-Original Message- From: Shaw, Chris - Accenture [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 12:10 PM To: php-general@lists.php.net Subject: [PHP] Problem with extending classes. Have I missed something or is there bugs with extending classes in php5? Does this happen