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

Zend Developer Zone: AJAX Chat Tutorial Part 2

Joshua Eichorn's Blog: HTML_AJAX Wordpress Plugin Tutorial

Brian Deshong's Blog: Who’s Online with PHP and Memcached

DevShed: Tracking a Stack of Function Calls with the Xdebug Extension

Jay Allen's Blog: Adminer | The World's Smallest MySQL Admin Script


Community Events











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


zendframework2 introduction community testing rest interview podcast series database symfony2 framework unittest usergroup release development functional phpunit language opinion conference

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