PHP OOP - Object-oriented Programming in PHP (original) (raw)

Skip to content

This PHP OOP series helps you master Object-oriented Programming in PHP.

PHP introduced object-oriented programming features since version 5.0. Object-Oriented programming is one of the most popular programming paradigms based on the concept of objects and classes.

PHP OOP allows you to structure a complex application into a simpler and more maintainable structure.

Section 1. Objects & Classes #

Section 2. Constructor and Destructor #

Section 3. Properties #

Section 4. Inheritance #

Section 5. Abstract classes #

Section 6. Interfaces #

Section 7. Polymorphism #

Section 8. Traits #

Section 10. Magic Methods #

Section 11. Working with Objects #

Section 12. Namespaces #

Section 14. Exception Handling #

Section 15. Class / Object Functions #

Did you find this tutorial useful?