摘要: 1.可以访问其它数据库2.具有事务功能3.带有预处理语句功能(防止SQL注入攻击) 访问数据库 PDO::__construct ( string $dsn [, string $username [, string $password [, array $driver_options ]]] ) 阅读全文
posted @ 2017-03-02 11:16 v斌v 阅读(546) 评论(0) 推荐(0)