2 require_once 'MECON/PDF/Marco.php';
3 require_once 'BANDAS/PDF/Banda.php';
4 require_once 'BANDAS/Agente_Bandas.php';
7 //Seteo las variables generales
8 $nrodoc = $_SESSION['documento'];
9 $fecha =& new Date($_GET['fecha']);
10 $mes = (int) $fecha->getMonth();
11 $anio = (int) $fecha->getYear();
12 $pdf = new MECON_PDF_Marco('a4','landscape');
13 $pdf->addContent(new MECON_PDF_Contenido_Banda(new Agente_Bandas($DB,$nrodoc),$mes,$anio,false));