adherent_temp = new Adherent_temp(); } public function index() { $user = $_SESSION['login']; $idCollege = $this->requete->getParametreFormulaire("idCollege"); $adherent_temp = $this->adherent_temp->etAdherent_temp($user); $this->genererVueAjax(array('adherent_temp' => $adherent_temp)); } public function initialiser() { $user = $_SESSION['login']; $idCollege = $this->requete->getParametreFormulaire("idCollege"); $prorata = $this->requete->getParametreFormulaire("prorata"); $dateEntree = $this->requete->getParametreDate("dateEntree"); $adherent_temp = $this->adherent_temp->initialiserAdherent_temp($idCollege, $dateEntree, $user, $prorata) ; $this->executerAction("index"); } }