RE: [PHP-WIN] Newbie: How to initialize a superclass

2003-02-07 Thread Mikey
I haven't tried it, but can't you call it with the parent::superclassConstructor()? HTH, Mikey > -Original Message- > From: Leonardo Javier Belén [mailto:[EMAIL PROTECTED]] > Sent: 07 February 2003 20:02 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Newbie: How t

[PHP-WIN] Newbie: How to initialize a superclass

2003-02-07 Thread Leonardo Javier Belén
Hi all! I need some advice. I have a superclass and a class that extends the first. Both have constructors. How do I initialize the superclass, the extended one, from the extension. Its not automatically as I supposed it could be. Please! thanks all for reading...