curso.inc

<?
    $action = $context->ShiftAction();
    $navbar->AddOption('Curso', 'exemplo', 'main:curso:find');
    switch($action)
    {
        case 'find':
            $MIOLO->InvokeHandler($module, 'curso/find');
            break;
        case 'new':
            $MIOLO->InvokeHandler($module, 'curso/new');
            break;
        default:
            $MIOLO->InvokeHandler($module, 'curso/main');
            break;
    }
?>
tutoriais/miolo/arquivos/curso.inc.txt · Modificada em: 2009/04/14 21:04 (external edit)
Recent changes RSS feed Creative Commons License Donate Driven by DokuWiki