コード例 #1
0
 function update($data)
 {
     $pregunta = new encuesta($data);
     $pregunta->update();
     $this->view('formulario', null);
 }