What’s up guys! Hope you are having a great day & I would like to welcome you to my object-oriented programming course here on YouTube.
SOURCE CODE MVC FRAMEWORK
https://github.com/Darynazar/MVCFramework.git
SOURCE CODE LOGIN & REGISTER SYSTEM
https://github.com/Darynazar/login-register-script-mvc
If you do want to learn object-oriented programming, you are at the right place! There are a couple important things that we will discuss in the next few videos. Terms like classes, properties, methods, access modifiers, class inheritance, the constructor & deconstructor, getters & setters, abstract classes, magic methods and so on.
After that, I want to show you a new way of connecting to a database which in my opinion, is the best for object-oriented programming and it’s called PDO (which stands for PHP Data Objects).
In the last two videos, I want to team you how we could create an MVC framework, which is a design pattern. On top of the MVC framework, I want to show you how to create a login and register system on top of that!
#php #oop #programming #web-development #developer