+ 1
Does multiple inheritance is supported in php?
Multiple inheritance
2 ответов
+ 6
Here's a previous, similar discussion regarding the subject. Please search next time before posting to help reduce duplicates 👍
https://www.sololearn.com/Discuss/1591104/can-i-use-multiple-inheritance-in-php-7
Additional links to introduce `traits`
http://www.readmyviews.com/multiple-inheritance-in-php/
https://gonzalo123.com/2012/12/17/multiple-inheritance-with-php-and-traits/
Happy learning 👍
Hth, cmiiw
+ 3
It does. You can see it in this code: https://code.sololearn.com/wtkGMHJd70j7/?ref=app