menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Pagetmpolice'); $this->police = new Police(); } public function index() { $polices = $this->police->getListePoliceTarifAutre(); $tmpolice = $this->police->getTmpolice(); $chemin = $this->menuvue->getChemin('Pagetmpolice'); $this->genererVue(array( 'polices' => $polices, 'tmpolice' => $tmpolice,'chemin' => $chemin )); } }