PHP Data Objects: Difference between revisions

Content deleted Content added
Created
 
No edit summary
Line 1:
{{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.