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
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...