Object Oriented Programming with PHP
19 Videos | 16647 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: 2705 |
2. Define A Class Posted On: Sep 06, 2020 | Hits: 1866 |
3. Create An Instance Posted On: Sep 08, 2020 | Hits: 1831 |
4. Class Properties Posted On: Sep 13, 2020 | Hits: 1798 |
5. Class Methods Posted On: Sep 16, 2020 | Hits: 1753 |
6. $this Keyword Posted On: Sep 18, 2020 | Hits: 1968 |
7. Inheritance Posted On: Sep 28, 2020 | Hits: 1790 |
8. Define a Subclass Posted On: Sep 29, 2020 | Hits: 1710 |
9. Overriding Posted On: Oct 01, 2020 | Hits: 1738 |
10. Access Modifiers Posted On: Oct 03, 2020 | Hits: 1821 |
11. Overloading & Setter / Getter Methods Posted On: Oct 06, 2020 | Hits: 1926 |
12. Static Properties & Methods Methods Posted On: Oct 08, 2020 | Hits: 1847 |
13. Class Constants Posted On: Oct 12, 2020 | Hits: 1794 |
14. Refer to Parent Class Posted On: Oct 19, 2020 | Hits: 2031 |
15. Late Static Bindings Posted On: Oct 22, 2020 | Hits: 1832 |
16. Magic Methods Posted On: Nov 08, 2020 | Hits: 1881 |
17. Copying Objects Posted On: Nov 27, 2020 | Hits: 1846 |
18. Comparing Objects Posted On: Dec 13, 2020 | Hits: 2044 |
19. Autoloading Classes Posted On: Dec 17, 2020 | Hits: 2029 |