This is an old revision of this page, as edited by TBarregren (talk | contribs) at 13:49, 16 July 2007 (Created). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 13:49, 16 July 2007 by TBarregren (talk | contribs) (Created)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)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.