Have a look at:

http://www.phpbuilder.com/columns/luis20000420.php3

HTH

George, still a newbie after a week on php
----- Original Message -----
From: CC Zona <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 27, 2001 11:25 AM
Subject: Re: [PHP] Newbie Help (CLASS WAR!)


> In article <[EMAIL PROTECTED]>,
>  [EMAIL PROTECTED] (Brian White) wrote:
>
> > There are times when I would really like to be able to do:
> >
> > class A
> > {
> >      function DoStuff()
> >      {
> >         .....
> >      }
> > }
> >
> > class B extends A
> > {
> >      function DoStuff()
> >      {
> >         .....
> >         $super->DoStuff(); // Calls the function in A
> >      }
> > }
>
> Maybe I'm misunderstanding you, but isn't that what the A::DoStuff()
syntax
> does?
>
> --
> CC
>
> --
> PHP General 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]


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General 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