%PDF- %PDF-
Direktori : /home1/dimen328/libertysa.com.br/admin/modules/categoria_noticia/ |
Current File : //home1/dimen328/libertysa.com.br/admin/modules/categoria_noticia/CTRL.php |
<?php include_once("DAO.php"); $oper = $_POST['oper']; switch ($oper){ case 1: $objDAO = new DAO(); echo json_encode($objDAO->listar(), true); break; default: break; } ?>