I read about it many centuries ago, but I have never tried it now, I canβt remember whether it is possible or not. Is it possible to extend the class from two parents to php5, for example.
class_d extends class_c and class_b
Alternatively, you can do this if class_c and class_b are themselves extended from class class_a ... so you get something like this
class_a
class_b class_c
class_d
giles
source
share