prestataire = new Prestataire(); $this->garant = new Gestionconfiee(); } public function index() { $prestataire_courant = $this->prestataire->getPrestataireCode( $_SESSION['codePrestataire_C']); $garants = $this->garant->getListe(); $polices = array(); $this->genererVueAjax(array('prestataire_courant' => $prestataire_courant,'garants' =>$garants, 'polices' =>$polices)); } }