How to create classes and objects in PHP, we will show show some basic usage of classes and objects, and how they solve some of the real life problems in web applications.
This is the second lesson in full php mvc tutorial for beginners who are familiar with php basics and are starting with oop concepts.
You can learn Object Oriented Programming principles by coding along on this project, as we build one Content Management System using modern OOP patterns.
We show the problem, then we try non-oop solution first, and then show when and how we can benefit from OOP solutions.
Interested in learning real-life PHP design patterns?
➡️ https://www.ApplicableProgramming.com/
Join our facebook group to follow the news and join discussion
➡️ / applicableprogrammers
or discord group if that is more your thing
➡️ / discord
➤ LINKS
➡️ Playlist for entire CMS: • 1. Build a CMS using OOP PHP tutorial | PH...
➡️ SOURCE: https://github.com/applicable-program... (use tags to navigate between lessons)
➡️ XAMPP: https://www.apachefriends.org/index.html
➡️ Other tutorials: https://www.ApplicableProgramming.com/
DISCLAIMER: Some of the links might be affiliated, which means that if you click on one of the product links, I’ll receive a commission. This helps support the channel and allows me to continue to make videos like this. I will never support a product I don't believe in. Thank you for the support!
If you are interested in programming courses related to web, please visit https://www.ApplicableProgramming.com/ to view courses where we show the problem, then we try to solve it the hard way, and then we show how we can benefit from proven solutions.
Without objects (0:00)
Theory (9:55)
Practical Solution (14:35)
Summary (28:00)