Re: [PHP] constructors in derived classes

2002-04-11 Thread Erik Price
On Thursday, April 11, 2002, at 02:17 PM, Andrey Hristov wrote: > In PHP the programmer has to call the constructor of the super class. > The derived class has to know the name of his "super"(java syntax). > In PHP5 the constructor will have unified name, there will not be a > need the derived

Re: [PHP] constructors in derived classes

2002-04-11 Thread Andrey Hristov
;ext_var"]=> string(5) "FUBAR" } - Original Message - From: "Erik Price" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 9:04 PM Subject: [PHP] constructors in derived classes > I have another question about OO in PHP -

[PHP] constructors in derived classes

2002-04-11 Thread Erik Price
I have another question about OO in PHP -- The manual (http://www.php.net/manual/en/language.oop.constructor.php) does an excellent job of explaining how constructors in extended classes work when there are constructors in base classes. I understand that no problem. But at the bottom of the