menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Produits"); $this->produit = new Produit(); } public function index() { $produits = $this->produit->getProduits(); $this->genererVue(array('produits' => $produits)); } }