April 2026
Intermediate
1009 pages
34h 15m
English
Object-oriented programming is at the heart of modern software development. PHP provides the necessary tools for this.
The most important advantages of object orientation (the heart of object-oriented programming [OOP]) are the following:
Modularization—that is, division into smaller code modules
Flexibility —that is, easy access to the split modules
At the latest, after chapters 4 to 6, you will be familiar with procedural programming. Loops and case distinctions determine the sequence; functions store functionality and can be called. OOP breaks up this linear, sometimes rigid concept and distributes the functionalities into logical units: classes and objects. You can learn the basics of this in Section 11.2 ...
Read now
Unlock full access