Object Oriented Programming with PHP

19 Videos | 5856 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: 1150
2. Define A Class
Posted On: Sep 06, 2020 | Hits: 823
3. Create An Instance
Posted On: Sep 08, 2020 | Hits: 729
4. Class Properties
Posted On: Sep 13, 2020 | Hits: 717
5. Class Methods
Posted On: Sep 16, 2020 | Hits: 630
6. $this Keyword
Posted On: Sep 18, 2020 | Hits: 822
7. Inheritance
Posted On: Sep 28, 2020 | Hits: 635
8. Define a Subclass
Posted On: Sep 29, 2020 | Hits: 662
9. Overriding
Posted On: Oct 01, 2020 | Hits: 677
10. Access Modifiers
Posted On: Oct 03, 2020 | Hits: 719
11. Overloading & Setter / Getter Methods
Posted On: Oct 06, 2020 | Hits: 677
12. Static Properties & Methods Methods
Posted On: Oct 08, 2020 | Hits: 721
13. Class Constants
Posted On: Oct 12, 2020 | Hits: 703
14. Refer to Parent Class
Posted On: Oct 19, 2020 | Hits: 827
15. Late Static Bindings
Posted On: Oct 22, 2020 | Hits: 705
16. Magic Methods
Posted On: Nov 08, 2020 | Hits: 735
17. Copying Objects
Posted On: Nov 27, 2020 | Hits: 669
18. Comparing Objects
Posted On: Dec 13, 2020 | Hits: 850
19. Autoloading Classes
Posted On: Dec 17, 2020 | Hits: 889