News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
Why you Should be using PHP's PDO for Database Access
May 27, 2010 @ 08:56:48

According to this latest tutorial from NETTUTS.com, you should be using PHP's PDO database access layer to interact with your database of choice.

Many PHP programmers learned how to access databases by using either the mysql or mysqli extensions. Since PHP 5.1, there's been a better way. PHP Data Objects (PDO) provide methods for prepared statements and working with objects that will make you far more productive!

The introduce what PDO is, what kind of databases it supports and, of course, some code to get you started in connecting your application to the backend. They show how to handle exceptions, how to use placeholders, and performing inserts and selects on your data.

1 comment voice your opinion now!
pdo database access tutorial layer


blog comments powered by Disqus

Similar Posts

DevShed: Developing a Captcha Application with an Image Generator Class with PHP 5

Zend Developer Zone: Manipulating Configuration Data with Zend_Config

Community News: Dutch PHP Conference Tickets Now On Sale

PHPMaster.com: An Introduction to Redis in PHP using Predis

Utah PHP Users Group: PHP-CAPTCHA


Community Events









Don't see your event here?
Let us know!


framework release tool example opinion language development code unittest object introduction zendframework2 database community podcast api interview composer phpunit testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework