Exemple #1
0
if (isset($_GET['tag'])) {
    $ses->setId(0);
    $ses->llama('search');
    $ses->setTag($_GET['tag']);
    $_GET['ll'] = null;
}
// Llamada.
if (isset($_GET['ll'])) {
    $ses->llama($_GET['ll']);
}
// Id.
if (isset($_GET['id'])) {
    $ses->setId($_GET['id']);
    unset($_GET['id']);
}
// Sección
if ($ses->vistaPrivada()) {
    if ($ses->getId() == 0) {
        if ($ses->getAjax() !== true) {
            $ses->setSeccion($ses->getLlamada());
        }
    } else {
        $ses->setSeccion('desarrollo');
    }
}
if (isset($_GET['pg'])) {
    $ses->setPagina($_GET['pg']);
}
if (isset($_GET['fdown'])) {
    $ses->setLlamada('downLoad');
}