menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Fichefacturegarant"); $this->facture = new Facturegarant(); } public function index() { $idEntetefacturegarant = $_SESSION['idEntetefacturegarant_F']; //$chemin = $this->menuvue->getChemin('Fichefacturegarant'); $facturegarant = $this->facture->getEnteteFactureGarantID($idEntetefacturegarant); $_SESSION['codeTypeFacturationGarant_F'] = $facturegarant['codeTypeFacturationGarant']; $listepolices = $this->facture->getPolicesFactureGarant($idEntetefacturegarant); $listecolleges = $this->facture->getCollegesFactureGarant($idEntetefacturegarant); $conventions = $this->facture->getTypeConvention($facturegarant['codeTypeFacturationGarant']); $this->genererVue(array( //'chemin' => $chemin, 'facturegarant' => $facturegarant, 'listepolices' => $listepolices, 'listecolleges' => $listecolleges, 'conventions' => $conventions )); } }