Example #1
0
 function initDB()
 {
     global $dbConn;
     self::$dbConn = $dbConn;
     self::$prefix = C('DB_PREFIX');
 }
Example #2
0
 public static function initDB()
 {
     global $dbConn;
     self::$dbConn = $dbConn;
 }
Example #3
0
 public function initDB()
 {
     global $dbConn;
     self::$dbConn = $dbConn;
     mysql_query('SET NAMES UTF8');
 }