model->getCant('acta'); $this->view->actas=$actas; $boton=$this->model->getButtonA('acta'); $this->view->boton=$boton; $button=$this->model->getButtonR('resolucion'); $this->view->button=$button; $resoluciones=$this->model->getResolucion('resolucion'); $this->view->resoluciones=$resoluciones; $this->view->render('main/index'); } function verDocumento(){ $boton=$this->model->getButtonA('acta'); $this->view->boton=$boton; $button=$this->model->getButtonR('resolucion'); $this->view->button=$button; $this->view->render('main/verDocumento'); } function ListActa(){ $actas=$this->model->getCant('acta'); $this->view->actas=$actas; $boton=$this->model->getButtonA('acta'); $this->view->boton=$boton; $this->view->render('main/ListActa'); } function ListResolucion(){ $button=$this->model->getButtonR('resolucion'); $this->view->button=$button; $resoluciones=$this->model->getResolucion('resolucion'); $this->view->resoluciones=$resoluciones; $this->view->render('main/ListResolucion'); } } ?>