Jump to content

PHP Data Objects

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Misterdiscreet (talk | contribs) at 19:47, 20 July 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The PHP Data Objects (PDO) provides an abstraction layer for accessing data in a database through a lightweight and consistent API. That is, with PDO the same functions is used to issue queries and fetch data regardless of the underlying database. PDO is not a database abstraction layer.