Beispiel #1
0
        $vinculacion = new Vinculacion(new DB());
        $vinculacion->get_sector_productivo_prt();
        */
    } elseif ($_REQUEST["modulo"] == 6) {
        $oferta_educativa = new Oferta_educativa_info(1, new DB());
        //        $oferta_educativa->set_debug_mode();
        $oferta_educativa->get_campos_json_prt("oed_descripcion");
    } elseif ($_REQUEST["modulo"] == 7) {
        $home = new Home_page(new DB());
        $home->get_licenciaturas_json_prt();
    } elseif ($_REQUEST["modulo"] == 8) {
        $home = new Home_page(new DB());
        $home->get_maestrias_json_prt();
    }
    /*
        $oferta_educativa = new Oferta_educativa_info($_REQUEST);
        $oferta_educativa->get_campos_json_prt("oed_descripcion");
        $oferta_educativa->cierra_conexion();
    */
    exit;
}
if ($_REQUEST["cmd"] == "info_oferta_educativa") {
    $oferta_educativa = new Oferta_educativa_info($_REQUEST["id_oferta"], new DB());
    $oferta_educativa->get_campos_json_prt("oed_nombre,oed_descripcion");
    exit;
}
if ($_REQUEST["cmd"] == "galeria") {
    $galerias = new Galeria_info($_REQUEST["id_galeria"], new DB());
    $galerias->get_thumbnails_json_prt();
    exit;
}