News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Community News: phpMyAdmin 2.10.2 Released

PHPBuilder.com: Creating an Online Survey - Part 2

DevShed: Understanding Destructors in PHP 5

Timothy Boronczyk's Blog: Goto and Exceptions

Developer Tutorials: Introduction to PHP Programming


Community Events









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


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

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