Ejemplo n.º 1
0
 public function projetosEmPautaReuniaoCnicSemQuebraAction()
 {
     $tblAgentes = new Agentes();
     $rsAgentes = $tblAgentes->BuscarComponente();
     $this->view->agentes = $rsAgentes;
     $tblArea = new Area();
     $rsArea = $tblArea->buscar(array(), array("Descricao ASC"));
     $this->view->areas = $rsArea;
 }