Posts by Fabio Abbadi • 11 points
1 post
-
1
votes4
answers1502
viewsA: How to inherit more than one class in PHP?
Or you could create an interface to encapsulate your code and implement through the Crud class, which the Usuarios class would extend and finally the students class would inherit its attributes and…