public static function getInstance() { if (self::$_instance == NULL) { self::$_instance = new SafeMySQL(); } return self::$_instance; }