I\'m trying to understand how using interfaces gives me multiple inheritance as I\'ve been googling.
class A { function do1(){} function do2(){} function
Multiple inheritance is not possible in PHP like in many OOP supported languages
OOP
See similar topic here. The topic is in AS3 but gives you answer.
AS3
To answer particularly about solving using interfaces is answered in the same post here
Hope this helps