Good suggestions for learning OOP PHP

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.

+3
source share
3 answers

I ended up using several books, PHP for Absolute Beginners, and Object Oriented PHP, written by Peter Lavin.

+2
source

, PHP OO, [Java, Smalltalk ..]? , php- .

+2

You can link http://www.codecademy.com/courses/web-beginner-en-bH5s3/0/1 This is the best approach to learning and implementing OOP concepts.

0
source

Source: https://habr.com/ru/post/1740103/


All Articles