I tried to learn PHP OOP and reviewed several articles, but have not yet found a good resource for learning. I want to learn from users of setters and getters, $ this->, constructors, etc.! Can anyone suggest me something? I noticed that the MOST teachings do not contain an explanation of $ this → . I want to learn magic methods, decorators, encapsulation, etc.
source
share