예제 #1
0
파일: ajax.php 프로젝트: stawen/okovision
     $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();
     break;
 case "getVersion":
     $a->getVersion();