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