type = 'sqlite'; $params->file = $path; $params->host = 'localhost'; $this->db = new Query_Builder($params); echo '
SQLite Queries
'; } }