Overview
Learn object-oriented programming concepts in PHP through this comprehensive 27-minute video tutorial. Explore classes, objects, attributes, methods, access modifiers, constructors, destructors, magic methods, inheritance, interfaces, polymorphism, and more. Follow along with heavily commented code examples and gain practical insights into implementing OOP principles in PHP. Enhance your PHP skills and write more efficient, modular, and maintainable code using object-oriented techniques.
Syllabus
Intro
What is OOP
Creating a class
Getters
Override
Animal
Static functions
Taught by
Derek Banas