Exemplo n.º 1
0
$scl = new stat_collector(TRUE);
switch ($_GET['step']) {
    case 'all':
        $scl->Run();
        break;
    case 1:
        $scl->Step1();
        break;
    case 2:
        $scl->Step2();
        break;
    case 3:
        $scl->Step3();
        break;
    case 4:
        $scl->Step4();
        break;
    case 5:
        $scl->Step5();
        break;
    case 6:
        $scl->Step6();
        break;
    case 'crStatLog':
        $scl->tmp__crStatLog();
        break;
}
switch ($_GET['words_step']) {
    case 'all':
        $scl->wordsStatRun();
        break;