menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Pagetmsouscripteuracte'); $this->client = new Client(); } public function index() { $clients = $this->client->getListeClient(); $tmclient = $this->client->getTmclientacte(); $codeGarantie = 'HOS'; $garanties = $this->client->getgarantiehospit($codeGarantie); $chemin = $this->menuvue->getChemin('Pagetmsouscripteuracte'); $this->genererVue(array( 'clients' => $clients, 'tmclient' => $tmclient, 'garanties' => $garanties ,'chemin' => $chemin )); } }