Completed
- How to create a class in PHP
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Object Oriented PHP for Beginners - OOP PHP Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction to OOP PHP!
- 2 - How to create a class in PHP
- 3 - Properties and visibility modifiers in OOP PHP
- 4 - Constructors in OOP PHP
- 5 - Instantiate objects in OOP PHP
- 6 - Access properties and methods in OOP PHP
- 7 - Methods in OOP PHP
- 8 - Create PHP objects anywhere
- 9 - Create getter and setter methods in OOP PHP
- 10 - How to use OOP PHP instead of Procedural PHP