public static function initDB() { global $dbConn; self::$dbConn = $dbConn; self::$prefix = C("DB_PREFIX"); self::$table = self::$prefix . "order"; }