Extending in Object Oriented PHP?

Mads Klitgaard

New member
I have 3 classes:

base, login, logout

Now Base doesn't extend anything but

login extends base

and

logout extends login

Now i want to know if logout has access to the functions from base that login extended.
 
Back
Top