PHP inheritance with inherited properties
I’d like to have the following class configuration.
multiplie Inheritance in php – call a function in parent from a child and function in a parent that calling to function from a grandfother
If in php i can create something like parentClass -> childCluss -> sbuChildClass in inheritance? Or child can have only one parent ?