Exemplo n.º 1
0
 function ejecutarConsulta($res = null)
 {
     try {
         if (count($this->validacion->getRes()) == 0) {
             parent::ejecutarConsulta($res);
         } else {
             $this->generaRespuestaParametros();
         }
     } catch (Exception $e) {
         //TODO   DEBUG DE ERRORES
         //echo 'Error capturado -> '.$e->getMessage();
     }
 }