At 03:25 27/07/2001 -0700, CC Zona wrote:
>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?
No that is exactly what I want. I am now a mixture of
a) embarressed at not reading the docs carefully enough .
b) extremely pleased that I have learned something very useful. Thank you.
Regs
Brian White
-------------------------
Brian White
Step Two Designs Pty Ltd - SGML, XML & HTML Consultancy
Phone: +612-93197901
Web: http://www.steptwo.com.au/
Email: [EMAIL PROTECTED]
--
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]