News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Use PDO to Access Just About Any Database from PHP
April 25, 2011 @ 08:17:51

New on PHPBuilder.com there's a tutorial from Leidago Noabeb about using the PDO functionality that comes installed on many PHP platforms out there to access just about any database you might need to work work. This includes technology like MySQL, DB2, SQLite and PostgreSQL.

PHP Data Objects, or "PDO" as it is commonly known, is a lightweight database abstraction layer that is arguably the best, at least in terms of speed. A great deal of this speed is owing to the fact that the PDO extension was compiled with C/C++. The extension became available in PHP5, and as with any other database abstraction layer, its aim is to provide a uniform interface to access a variety of databases. This is also a way for developers to create portable code for a variety of platforms.

The tutorial shows you how to find the enabled PDO connection types for your installation (and where to go if you have access to turn more on or off). They show an example connection - in this case, to a MySQL database - and how to run a query or two using this new resource.

0 comments voice your opinion now!
pdo access database tutorial mysql sqlite postgresql


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: AJAX Chat Tutorial

Internet Super Hero Blog: PDO_MYSQLND for PHP preview released

DevShed: Using PDO Objects in PHP 5 - Using the PDO extension

Job Posting: National Auto Warranty Seeks MySQL DBA

Laura Thomson\'s Blog: Conference roundup


Community Events









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


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

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