public static function getInstance() { if (is_null(self::$instance)) { self::$instance = new DBConnect(); } return self::$instance; }