Object Oriented Programming with PHP

19 Videos | 8557 Hits

If you already familiar with PHP and interested to learn Object Oriented Progrmaming with PHP, this course is for you. This tutorial will also help you undertand basic Object Oriented Programming Techniques. Exercise files are available for you to download, compare with your code and follow along.

1. Intro & Setup
Posted On: Sep 04, 2020 | Hits: 1661
2. Define A Class
Posted On: Sep 06, 2020 | Hits: 1166
3. Create An Instance
Posted On: Sep 08, 2020 | Hits: 1072
4. Class Properties
Posted On: Sep 13, 2020 | Hits: 1039
5. Class Methods
Posted On: Sep 16, 2020 | Hits: 948
6. $this Keyword
Posted On: Sep 18, 2020 | Hits: 1148
7. Inheritance
Posted On: Sep 28, 2020 | Hits: 976
8. Define a Subclass
Posted On: Sep 29, 2020 | Hits: 990
9. Overriding
Posted On: Oct 01, 2020 | Hits: 984
10. Access Modifiers
Posted On: Oct 03, 2020 | Hits: 1059
11. Overloading & Setter / Getter Methods
Posted On: Oct 06, 2020 | Hits: 1036
12. Static Properties & Methods Methods
Posted On: Oct 08, 2020 | Hits: 1051
13. Class Constants
Posted On: Oct 12, 2020 | Hits: 1044
14. Refer to Parent Class
Posted On: Oct 19, 2020 | Hits: 1207
15. Late Static Bindings
Posted On: Oct 22, 2020 | Hits: 1050
16. Magic Methods
Posted On: Nov 08, 2020 | Hits: 1076
17. Copying Objects
Posted On: Nov 27, 2020 | Hits: 1065
18. Comparing Objects
Posted On: Dec 13, 2020 | Hits: 1225
19. Autoloading Classes
Posted On: Dec 17, 2020 | Hits: 1246