menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Pagetmsouscripteurgarantie'); $this->client = new Client(); } public function index() { $clients = $this->client->getListeClient(); $tmclient = $this->client->getTmclientgarantie(); $garanties = $this->client->getgarantie(); $chemin = $this->menuvue->getChemin('Pagetmsouscripteurgarantie'); $this->genererVue(array( 'clients' => $clients, 'tmclient' => $tmclient, 'garanties' => $garanties ,'chemin' => $chemin )); } }