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