menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Listeimporttarifmedicament"); $this->tarif = new Tarifsmedicaments(); } public function index() { $tarifs = $this->tarif->getListeMedicamentsImportes(); $tarifs_total = null; $nb_ligne_med = count($tarifs); if($nb_ligne_med>0) { $tarifs_total = $tarifs['0']; } $this->genererVue(array('tarifs' => $tarifs, 'tarifs_total' => $tarifs_total, 'nb_ligne_med' => $nb_ligne_med)); } }