예제 #1
0
 function incluirShow()
 {
     $shows = new Show();
     $resultado = $shows->grava($_REQUEST);
     $shows = new ListaShows();
     $shows->carrega();
     $this->view->exibirListaShows($shows->getShows());
 }