Recent content by Mads Klitgaard

  1. M

    Extending in Object Oriented PHP?

    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