Object Oriented Programming with PHP

19 Videos | 18659 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: 2992
2. Define A Class
Posted On: Sep 06, 2020 | Hits: 2102
3. Create An Instance
Posted On: Sep 08, 2020 | Hits: 2076
4. Class Properties
Posted On: Sep 13, 2020 | Hits: 2044
5. Class Methods
Posted On: Sep 16, 2020 | Hits: 1990
6. $this Keyword
Posted On: Sep 18, 2020 | Hits: 2197
7. Inheritance
Posted On: Sep 28, 2020 | Hits: 2071
8. Define a Subclass
Posted On: Sep 29, 2020 | Hits: 1933
9. Overriding
Posted On: Oct 01, 2020 | Hits: 2003
10. Access Modifiers
Posted On: Oct 03, 2020 | Hits: 2048
11. Overloading & Setter / Getter Methods
Posted On: Oct 06, 2020 | Hits: 2231
12. Static Properties & Methods Methods
Posted On: Oct 08, 2020 | Hits: 2077
13. Class Constants
Posted On: Oct 12, 2020 | Hits: 2100
14. Refer to Parent Class
Posted On: Oct 19, 2020 | Hits: 2342
15. Late Static Bindings
Posted On: Oct 22, 2020 | Hits: 2132
16. Magic Methods
Posted On: Nov 08, 2020 | Hits: 2197
17. Copying Objects
Posted On: Nov 27, 2020 | Hits: 2150
18. Comparing Objects
Posted On: Dec 13, 2020 | Hits: 2383
19. Autoloading Classes
Posted On: Dec 17, 2020 | Hits: 2324