php 是否有关于如何使用 PDO 的好教程?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1943069/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Are there good tutorials on how to use PDO?
提问by openfrog
Maybe someone did a tutorial that shows the important thing: Setting everything up and using it with MySQL?
也许有人做了一个教程来展示重要的事情:设置一切并将其与 MySQL 一起使用?
采纳答案by Sampson
MySQL.com: Using MySQL with PDO
PHP.net: PHP Data Objects (PDO)
MySQL.com:在 PDO 中使用 MySQL
PHP.net:PHP数据对象 (PDO)
回答by zx1986
I think the article Why you Should be using PHP's PDO for Database Accessis great. It is simple, clear, and organized.
我认为文章为什么你应该使用 PHP 的 PDO 进行数据库访问很棒。它简单、清晰、有组织。

