mirror of
https://github.com/typecho/typecho.git
synced 2025-03-19 01:19:40 +01:00
Mysql->Mysqli
This commit is contained in:
parent
0464ad729c
commit
37ab647895
@ -5,11 +5,11 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit;
|
||||
*
|
||||
* @copyright Copyright (c) 2008 Typecho team (http://www.typecho.org)
|
||||
* @license GNU General Public License 2.0
|
||||
* @version $Id: Mysql.php 103 2008-04-09 16:22:43Z magike.net $
|
||||
* @version $Id: Mysqli.php 103 2008-04-09 16:22:43Z magike.net $
|
||||
*/
|
||||
|
||||
/**
|
||||
* 数据库Mysql适配器
|
||||
* 数据库Mysqli适配器
|
||||
*
|
||||
* @package Db
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user