PHP Data Objects: Difference between revisions

Content deleted Content added
No edit summary
WP:BOLDly redirected to PHP#PDO, as this article was pretty much useless – this redirect provides a much better context
 
(13 intermediate revisions by 9 users not shown)
Line 1:
#REDIRECT [[PHP#PDO]] {{R to section}}
{{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]