pdo == null) { try { $this->pdo = new \PDO("sqlite:" . Config::PATH_TO_SQLITE_FILE); } catch (\PDOException $e) { // handle the exception here } } return $this->pdo; } } ?>