PDO Crash Course (PHP)

preview_player
Показать описание
In this video we will go over the basics of PDO (PHP Data Objects) which is a secure and consistent way to connect to a database via PHP. It is an alternative to mysqli. We will go over connection, PDO::Query and CRUD operations through prepared statements

OOP PHP MVC Udemy Course $10 Promo:

CODE: All code is in this GitHub Gist

BECOME A PATRON: Show support & get perks!

ONE TIME DONATIONS:

COURSES & MORE INFO:

FOLLOW TRAVERSY MEDIA:

NEED WEB HOSTING?

NEW DISCORD CHAT SERVER:
Рекомендации по теме
Комментарии
Автор

I hope you get paid a lot for what you do. You're the reason I got hired at a local company where I do LAMP stack web development. God bless you.

vertvaliante
Автор

Sooo grateful that I found this tutorial. Looking forward to viewing your other tutorials. I went through so many PDO tutorials before this one - and came away knowing that if I "copy/pasted" I could make things work, but with no understanding of what I was doing, or how to think about what I was doing, or how to think through other things that needed doing. Ignorance may be bliss, but working knowledge is thrilling - and because of this tutorial I now have some solid familiarity with some basic working knowledge. Thank you !!!

jwf
Автор

I gave link of this video to some members of our local Facebook dev club and it really helped a lot. thanks for producing quality videos like this

odunladeoluwaseun
Автор

The best explanation on YouTube for PDO you will find, very clever and a no nonsense approach.

jaydee
Автор

It was an awesome beginner PDO tutorial. A few topics for the advanced video:
- PDOStatement implements Traversable, meaning you never ever have to fetch() in a while loop, you can simply foreach the statement (resulting much cleaner and efficient code, in my opinion)
- the awesome parameters of FetchAll() for many fascinating ways to receive multiple data
- bindParam vs bindValue in advanced prepared statements
- with using mysqlnd driver (afaik, the default driver since php 5.5) you can receive your data from the database in the proper variable types, ie INT arrives as integer not as string (still there are some catches though)

payskin
Автор

This lesson is what I was looking for my entire life!

khanlakhno
Автор

The only issue I found with this tutorial is that why I haven't seen this video earlier. This really is a big help for me. Thank you so much man!

shanemarquiblat
Автор

Awesome Could you please add more advanced PDO tutorials we liked your way of explanation

mohammedadel
Автор

loved this tutorial. your php front to back is one of the best php tutorials out there. Please continue that and some more advanced pdo

shakilnadim
Автор

These crash courses are really helpful. Instead of watching entire playlists or go to a bunch of forums, this is the best way to get started about a techy thing... So keep up and help the ones that really need it.

BalduinoFernando
Автор

legendary tutorial. Fast pace, yet well explained. Thank you

mikepecha
Автор

Clean Language, content is very clear and you go over everything. subscribed!

robertbourton
Автор

You're my very first tutorial learning PHP and I was able to follow along with no pb. Please do more!

nicolashuve
Автор

This channel deserves more exposure to the audience. You're one among the best education channels!

electricow
Автор

You honestly save my butt here - thanks a lot for posting this!

OllieBeeCookswithKnives
Автор

This video was great! Very in-depth and will allow me to easily translate over my mysqli code to PDO. Can't wait to check out your other good videos on PHP!

james-ryanstampley
Автор

Excellent video! Please continue with the PHP. You are a great presenter with a great style. I wish I'd known about your videos when I started with PHP 5 years ago!

kevineriksson
Автор

this is gold!!!... i m doing a phase shift from mysql to PDO Programming !!! thanks for the smooth journey !!!

shivaprakasha
Автор

Please continue with the PHP back to back. I found it very helpful.

frankpacheco
Автор

Before this I have spent lot of time.But I here u clear all my doubt. Thanks a lot ❤❤❤

shahipapon