Neil Kimber wrote:
> Haven't tried it but try:
> 
> class B extends A {
>   function B(){
>         A::A();
>         // do your extra stuff here.
>   }
> }

I have recently updated the PHP manual to reflect the behaviour
of PHP 4. Please read
http://www.php.net/manual/en/language.oop.php
for all of the details.

Kristian

-- 
Kristian Köhntopp, NetUSE AG Dr.-Hell-Straße, D-24107 Kiel
Tel: +49 431 386 435 00, Fax: +49 431 386 435 99

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to