0
I’m having doubts to use inheritance with PHP using the frame Codeigniter.
- I need to create a class Abstract?
- How do I search for a field that is in a certain class?
Ex: The Product Class has the fields:
- name
- sale price
Already in the class Categories I need to insert which category this product composes.
Attribute:
- name
Would anyone have any material dealing with this subject?
You must have read the documentation, but right... https://www.codeigniter.com/docs
– Aline
Yes I have consulted.
– Cesar Vinicius