function update($data) { $pregunta = new encuesta($data); $pregunta->update(); $this->view('formulario', null); }