コード例 #1
0
ファイル: faxada.class.php プロジェクト: hexti/adv
 function listar($tabela, $campos, $where = null, $query = null)
 {
     $DAO = new GenericoDAO();
     $resultado = $DAO->Listar($tabela, $campos, $where, $query);
     return $resultado->fetchAll();
 }