PHP OOP Getting Started

I have always been “afraid” of OOP, I understand classes, functions, and constructors because I use classes in a Java language called “University Handling”.

However, I am not sure how to go about accepting OOP in the code that I use, can someone please direct me to good good tutorials where I can find out about this. I am really interested in web technologies and always use PHP to process the backend, but I would also like to improve my knowledge about this, because I believe that I am at a stage where I can move on to more advanced things ... for example, OOP .

thank

+5
source share
4 answers

I could recommend the following books:

PHP

- PHP

, lynda.com PHP Beyond Basics:

PHP

+2

PHP . , , .

+3

, . , "Head First Design Patterns" O'Reilly, .

+2

, . .

" php", , .

Besides the above, I just wanted to say that you should start using OOP! I believe that experience is a very important aspect of OOP training and its proper use in every situation.

+1
source

All Articles