News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Brandon Savage's Blog:
Accessing Databases with PDO A Primer
October 05, 2009 @ 11:56:37

Brandon Savage has posted the next part in his "Beginner Pattern" series sharing some of the basics of PHP with his readers. In this new article he looks at the PDO functionality and how it can be used to connect to and read from a MySQL database.

PDO offers a number of enhancements and improvements over the various database libraries (e.g. mysql_*, mysqli_*, pg_*), the biggest one being consistency. Still, the high level of code that involves direct use of the various database libraries means that PDO still isn't as widely accepted as it should be. This primer will show the various uses of PDO, and outline some of the benefits.

He gives two bits of example code - one showing a transaction and the other a normal MySQL connection without any kind transaction wrapper around it as an example of "the old way" to do things.

1 comment voice your opinion now!
pdo beginner example database




Community Events





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


release framework interview conference development test introduction api podcast opinion application series custom symfony2 language phpunit community manifesto package unittest

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