摘要: //采用PDO连接数据库,只能捕获PDO连接数据库的错误,codeigniter自身无法捕获异常function show() { // $pdo = $this->db->connect(); //建立对数据库的连接。 $pdo = $this->db->db_pconnect(true); // 阅读全文
posted @ 2024-08-29 16:38 哆啦阿梦 阅读(5) 评论(0) 推荐(0) 编辑
摘要: $db['default'] = array( 'dsn' => "mysql:host=localhost;dbname=test;charset=utf8",//设置数据库连接字符串 'hostname' => 'localhost', 'username' => 'root', 'passwo 阅读全文
posted @ 2024-08-29 16:09 哆啦阿梦 阅读(5) 评论(0) 推荐(0) 编辑