create folder trait
Trait nameoftrait{
}
class MyClass {
use MyTrait;
// Class methods and properties
}
multiple inheritance
use controller -> single inheritance
traits multiple inheritance
reusable of code
duplication of code removes
How we can listen to som eevents some envents fire like click or automatically user enters into input button , that is event on word type i...
No comments:
Post a Comment