コード例 #1
0
     break;
 case 'voirInscription':
     $listIns = MInscription::getInscriptionsJeunePublic();
     $listPlan = MPlanning::getPlanningsJeunePublic();
     $listSpec = MSpectacle::getSpectaclesSaisonCouranteJeunePublic();
     $listSean = MSeance::getSeancesJeunePublic();
     $listChoix = MChoix::getChoixs();
     $listJauge = MPlanning::getJaugeRestanteJeunePublic();
     $enfant = MInscription::getNbEnfantsInscription();
     require_once ROOT . 'views/kiosqueadmin/JeunePublic/v_Inscription.php';
     break;
 case 'voirInscriptionCL':
     $listIns = MInscription::getInscriptionsCollegeLycee();
     $listPlan = MPlanning::getPlanningsCollegeLycee();
     $listSpec = MSpectacle::getSpectaclesSaisonCouranteCollegeLycee();
     $listSean = MSeance::getSeancesCollegeLycee();
     $listChoix = MChoix::getChoixs();
     $listJauge = MPlanning::getJaugeRestanteCollegeLycee();
     require_once ROOT . 'views/kiosqueadmin/CollegeLycee/v_Inscription.php';
     break;
 case 'voirSpectacle':
     $listSpec = MSpectacle::getSpectaclesSaisonCourante();
     $actuel = MSaison::getSaisonCourante();
     require_once ROOT . 'views/kiosqueadmin/shows/v_Spectacle.php';
     break;
 case 'voirLieu':
     $listLieu = MLieu::getLieux();
     require_once ROOT . 'views/kiosqueadmin/locations/v_Lieu.php';
     break;
 case 'voirEcole':
     $listEcole = MEcole::getEcoles();