Object-Oriented PHP
This course will teach you the basic fundamentals of object-orientated programming using the PHP programming language.
What you'll learn
In any modern, high level programming language like PHP, developers must know the fundamentals of object-oriented programming. In this course, Object-Oriented PHP, you’ll learn about object-oriented programming. First, you’ll explore what goes into making a class, understanding property types, and creating member methods. Next, you’ll discover how to create objects and how they interact with classes. Finally, you’ll learn how to use inheritance, create an interface, and add abstraction to complete your learning. When you’re finished with this course, you’ll have the skills and knowledge of object-oriented programming using PHP that is needed to tackle any type of PHP application.
Table of contents
- Overview 0m
- Creating a Simple Class 1m
- Creating an Object 1m
- Creating Properties 2m
- Accessing Properties 2m
- Creating Constants 2m
- Accessing Constants 1m
- Creating Methods 2m
- Pseudo Variable This 1m
- Accessing Methods 2m
- Constructors 3m
- Initial Parameter Passing 3m
- Inheritance 5m
- Protected Properties 4m
- Private Properties 3m
- Creating Static Properties and Methods 2m
- Accessing Static Properties and Methods 3m
- Including Files 2m
- Requiring Files 2m
- Summary 1m