menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Gctypegarant"); $this->type = new Gestionconfiee(); } public function index() { $typesgarant = $this->type->getGcTypeGarant(); $this->genererVue(array( 'typesgarant' => $typesgarant )); } }