periode = (new Periode)->getListe(); $this->exercice = (new Exercice())->getListe(); } public function index() { $this->genererVueAjax(array('periode' => $this->periode, 'exercice' => $this->exercice)); } }