Eritrea Posted October 15, 2012 Share Posted October 15, 2012 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. Quote Link to comment https://forums.phpfreaks.com/topic/269470-do-i-need-to-learn-oop-to-implement-pdo/ Share on other sites More sharing options...
awjudd Posted October 15, 2012 Share Posted October 15, 2012 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 Quote Link to comment https://forums.phpfreaks.com/topic/269470-do-i-need-to-learn-oop-to-implement-pdo/#findComment-1385230 Share on other sites More sharing options...
Eritrea Posted October 15, 2012 Author Share Posted October 15, 2012 Thank for the answer, I had found that site the least difficult, but difficult still. Thanks anyway! Quote Link to comment https://forums.phpfreaks.com/topic/269470-do-i-need-to-learn-oop-to-implement-pdo/#findComment-1385232 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.