Learn PHP – Build your own database class using PDO – Part 2 – Learn to use the class functions
This are part 2 of 4 video tutorial where you learning to build your own database class in PHP using PDO database connecter, you learn from ground to build your own database class so you not need to download 3 part plugin and give away your SQL control.
Learn how you can use the functions fetch, fetchAll and exec to select single or multi database rows and how you can delete, update or insert new rows in your MySQL Database
Download my soruces code on github here:
https://github.com/parisnakitakejser/free-developer-tutorials/tree/master/Webdeveloper/PHP/Database-connecter-class
If you don’t have watching the 3 other you can watch them here:
Video 1: http://youtu.be/o_jL9tA3UdE
Video 2: http://youtu.be/LgeRN5Bf12A
Video 3: http://youtu.be/U8LEJRXV83A
Video 4: http://youtu.be/RsqQIzrR8vk
source