Object Oriented Programming with PHP

19 Videos | 18657 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: 2991
2. Define A Class
Posted On: Sep 06, 2020 | Hits: 2100
3. Create An Instance
Posted On: Sep 08, 2020 | Hits: 2063
4. Class Properties
Posted On: Sep 13, 2020 | Hits: 2042
5. Class Methods
Posted On: Sep 16, 2020 | Hits: 1988
6. $this Keyword
Posted On: Sep 18, 2020 | Hits: 2195
7. Inheritance
Posted On: Sep 28, 2020 | Hits: 2070
8. Define a Subclass
Posted On: Sep 29, 2020 | Hits: 1932
9. Overriding
Posted On: Oct 01, 2020 | Hits: 2003
10. Access Modifiers
Posted On: Oct 03, 2020 | Hits: 2047
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: 2099
14. Refer to Parent Class
Posted On: Oct 19, 2020 | Hits: 2342
15. Late Static Bindings
Posted On: Oct 22, 2020 | Hits: 2131
16. Magic Methods
Posted On: Nov 08, 2020 | Hits: 2195
17. Copying Objects
Posted On: Nov 27, 2020 | Hits: 2147
18. Comparing Objects
Posted On: Dec 13, 2020 | Hits: 2380
19. Autoloading Classes
Posted On: Dec 17, 2020 | Hits: 2321