Esempio n. 1
0
     $a->setSaison($_POST);
     break;
 case "deleteSaison":
     $a->deleteSaison($_POST);
     break;
 case "updateSaison":
     $a->updateSaison($_POST);
     break;
 case "getEvents":
     $a->getEvents();
     break;
 case "setEvent":
     $a->setEvent($_POST);
     break;
 case "deleteEvent":
     $a->deleteEvent($_POST);
     break;
 case "updateEvent":
     $a->updateEvent($_POST);
     break;
 case "makeSyntheseByDay":
     $a->makeSyntheseByDay($_GET['date']);
     break;
 case "getDayWithoutSynthese":
     $a->getDayWithoutSynthese();
     break;
 case "checkUpdate":
     $a->checkUpdate();
     break;
 case "makeUpdate":
     $a->makeUpdate();