Jump to content

PHP Data Objects: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Stub-sorting (you can help!)
Line 1: Line 1:
{{Stub}}
'''PHP Data Objects''' ('''PDO''') is an interface for accessing databases.<ref>http://www.php.net/manual/en/intro.pdo.php</ref> [http://www.onlamp.com/pub/a/php/2004/08/05/dataobjects.html O'Reilly Networks - ONLamp], [http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0612xia/ IBM DeveloperWorks] ([http://www-128.ibm.com/developerworks/library/os-php-dbmistake/index.html twice]), [http://www.redbooks.ibm.com/abstracts/sg247218.html IBM Redbooks], [http://www.phparch.com/issue.php?mid=65 php|architect], [http://www.infoworld.com/article/05/10/19/HNphpshow_1.html InfoWorld], [http://www.linuxjournal.com/article/9170 Linux Journal]
'''PHP Data Objects''' ('''PDO''') is an interface for accessing databases.<ref>http://www.php.net/manual/en/intro.pdo.php</ref> [http://www.onlamp.com/pub/a/php/2004/08/05/dataobjects.html O'Reilly Networks - ONLamp], [http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0612xia/ IBM DeveloperWorks] ([http://www-128.ibm.com/developerworks/library/os-php-dbmistake/index.html twice]), [http://www.redbooks.ibm.com/abstracts/sg247218.html IBM Redbooks], [http://www.phparch.com/issue.php?mid=65 php|architect], [http://www.infoworld.com/article/05/10/19/HNphpshow_1.html InfoWorld], [http://www.linuxjournal.com/article/9170 Linux Journal]


Line 9: Line 8:


[[Category:PHP]]
[[Category:PHP]]

{{Database-software-stub}}

Revision as of 16:30, 10 December 2013

PHP Data Objects (PDO) is an interface for accessing databases.[1] O'Reilly Networks - ONLamp, IBM DeveloperWorks (twice), IBM Redbooks, php|architect, InfoWorld, Linux Journal

References

See also