示例#1
0
 function initDB()
 {
     global $dbConn;
     self::$dbConn = $dbConn;
     self::$prefix = C('DB_PREFIX');
 }