PHP For Beginners, Ep 18 - Extract a PHP Database Class

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

I never get tired of Jeffrey. I don’t code in PHP anymore, but I love to watch your videos hahahaha.

GustavoDiaz
Автор

This is some legit series, thank you!

whisperscribe
Автор

You are the best Jeffrey!. Am getting proficient each day, thanks to how you present concepts

batsmanist
Автор

Man, I wish I had these videos when I was starting out. Luckily I had learned Laravel and Vue from you! Owe my career to you Jeffery!

kevinmulholland
Автор

Hi very nice tutorial. Thanks. Only one question. How to add methods first and firstOrFailed to class Database?

haniak.
Автор

Hi how to create crud methods in this Database class (insert, update, delete, lastinsertid, count, affectedrows)

haniak.
Автор

I read that Singletons are actually called an anti pattern, but this seems to be a good idea to have only one connection. Or is that PDO it self is Singleton, and this takes care of it?

Operaatoors