2 require_once 'BANDAS/PDF_Banda.php';
3 require_once 'BANDAS/Agente_Bandas.php';
6 //Seteo las variables generales
7 $nrodoc = $_SESSION['documento'];
8 $fecha =& new Date($_GET['fecha']);
10 $pdf = new PDF_Banda();
11 $pdf->banda(new Agente_Bandas($nrodoc),(int)$fecha->getMonth(),(int)$fecha->getYear());