/controller/instituicao/formulario.php
https://bitbucket.org/denissilva/cgpdi_admin · PHP · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · 25fdc099460ca83705b2db11c98e3f7c MD5 · raw file
- <?php
- require_once ('../../dao/InstituicaoDao.php');
- $dao = new InstituicaoDao();
- try {
- $dao->getInstituicao($_GET['id']);
- } catch (Exception $ex) {
- return $ex->getMessage();
- }