Esempio n. 1
0
 function Excluir()
 {
     $ObjImg = new clsPortalImagem($this->cod_imagem);
     $ObjImg->excluir();
     header('Location: imagem_lst.php');
 }