private static function getDB()
 {
     if (!self::$DB) {
         self::$DB = new wfDB();
     }
     return self::$DB;
 }