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

Sony AK Knowledge Center: Create Realtime Chart Without Page Refresh using FusionCharts Free & Ajax

KillerPHP.com: Zend Framework Components Part 2: Zend_View

DevShed: Constructing Multi-Line PDF Documents with PHP 5

SearchOpenSource.com: Automating Amazon research with the Zend Framework

PHPFreaks.com: Simple SQL Search


Community Events











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


functional example application database series api release phpunit testing language opinion community zendframework2 composer framework development interview code podcast introduction

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