seance = new Seance_temp(); } public function index() { $this->genererVueAjax(); } public function enregistrerseance() { $codeGestionBon = $this->requete->getParametreFormulaire("codeGestionBon"); $this->seance->enregistrerseance($codeGestionBon); } }