static function getInstance() { if (self::$_instance == null) { self::$_instance = new DatabaseConnect(); } return self::$_instance; }