menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Pagetmcollegegarantie'); $this->police = new Police(); } public function index() { $polices = $this->police->getListePoliceTarifAutre(); $tmcollege = $this->police->getTmcollegegarantie(); $colleges = array(); $garanties = $this->police->getgarantie(); $chemin = $this->menuvue->getChemin('Pagetmcollegegarantie'); $this->genererVue(array( 'polices' => $polices, 'colleges' => $colleges, 'tmcollege' => $tmcollege, 'garanties' => $garanties ,'chemin' => $chemin )); } }