Misplaced Pages

PHP Data Objects: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactivelyNext edit →Content deleted Content addedVisualWikitext
Revision as of 13:49, 16 July 2007 editTBarregren (talk | contribs)37 edits Created  Revision as of 19:47, 20 July 2007 edit undoMisterdiscreet (talk | contribs)817 editsNo edit summaryNext edit →
Line 1: Line 1:
{{db-repost}}

The PHP Data Objects (PDO) provides an ] for accessing data in a database through a lightweight and consistent ]. 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. The PHP Data Objects (PDO) provides an ] for accessing data in a database through a lightweight and consistent ]. 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.



Revision as of 19:47, 20 July 2007

This redirect may meet Misplaced Pages's criteria for speedy deletion as a page that was previously deleted via a deletion discussion, is substantially identical to the deleted version, and any changes do not address the reasons for which the material was deleted. The following discussions may be relevant: AfD, 2nd AfD. See CSD G4.%5B%5BWP%3ACSD%23G4%7CG4%5D%5D%3A+Recreation+of+a+page+that+was+%5B%5BWP%3ADEL%7Cdeleted%5D%5D+per+a+deletion+discussion%2C+%5B%5BWP%3AXFD%5D%5DG4

If this redirect does not meet the criteria for speedy deletion, or you intend to fix it, please remove this notice, but do not remove this notice from pages that you have created yourself. If you created this page and you disagree with the given reason for deletion, you can click the button below and leave a message explaining why you believe it should not be deleted. You can also visit the talk page to check if you have received a response to your message.

Note that this redirect may be deleted at any time if it unquestionably meets the speedy deletion criteria, or if an explanation posted to the talk page is found to be insufficient.

Nominator: Please consider placing the template:
{{subst:Db-repost-notice|PHP Data Objects|header=1}} ~~~~
on the talk page of the author.

Note to administrators: this redirect has content on its talk page which should be checked before deletion.

Note: Previously PROD-deleted or speedily deleted articles are not eligible under this criterion, although they may be deletable under other criteria. Check the deletion log for prior deletion rationales.
Administrators: check links, talk, history (last), and logs before deletion. Consider checking Google.
This page was last edited by Misterdiscreet (contribs | logs) at 19:47, 20 July 2007 (UTC) (17 years ago)

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.

External links