#03 PHP Object Oriented Programming Basics - OOP | Classes & Instances | Quick programming tutorial

preview_player
Показать описание
Learn how to code in an object oriented way in PHP. in this series we'll cover the basics of OOP and how to apply it practically in your projects.

link to playlist:

support me on patreon:
Рекомендации по теме
Комментарии
Автор

May God bless you brother. This tutorial was a life saving.

ab_obada
Автор

I love these explanations... Especially this factory-product illustration here. Just few videos in and I'm loving this series already. Thank You!

chyjohn
Автор

thank you for your awesome tutorial! I really appreciate you sir!

dianasumbra
Автор

Will do the $ sign on this project/tutore

og_yg
Автор

Nice video, I’m wondering if you could make a series of Nodejs or Reactjs project tutorial. We have many of them on the internet, but none of them fits to my learning. I like the way you teach people, so that would be great if you could make it beside PHP

henryt
Автор

I do have question. In my MVC My Models folder has a file Models.php where i do set datebase in __construct and every Models X extends Models is that bad practice ? Does it will give me sometime too many conection to the datebase ? Or is better to load datebase for each Modal individual in __construct. Why i did it so ? Becouse i want my Datebase to be global everywhere so i don't need to set it everytime :D but the things is when i need to load one modal into another modal it load the datebase twice even more time to time ://

Wohaho