PHP Data Objects: Difference between revisions

Content deleted Content added
No edit summary
Shell Kinney (talk | contribs)
m redirect to PHP to avoid continued recreation
Line 1:
#REDIRECT [[PHP]]
{{db-repost}}
 
The PHP Data Objects (PDO) provides an [[abstraction (computer science)|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.
 
== External links ==
 
* [http://php.net/manual/en/ref.pdo.php Official PHP Manual]