Jump to content

Do I Need To Learn Oop To Implement Pdo


Eritrea

Recommended Posts

I am trying to change from using mysql to PDO, I heard it is very secure, but I think in-order to implement PDO, one needs to learn Object Oriented Programming for PHP. Is this true? And, if so Where can I find, the simplest and easiest to understand tutorials on the web for pdo, or oop.

Link to comment
https://forums.phpfreaks.com/topic/269470-do-i-need-to-learn-oop-to-implement-pdo/
Share on other sites

In order to use PDO you don't need to learn how to learn object oriented programming. All you need to do is learn how to use the API which there are a fair number of tutorials laying around. I found this one: http://www.phpro.org/tutorials/Introduction-to-PHP-PDO.html fairly helpful.

 

~awjudd

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.