apporteur = new Apporteur(); } public function index() { $codeApporteur = $_SESSION['codeApporteur_C']; $commercial_courant = $this->apporteur->getContexteCommercialCode($codeApporteur); $this->genererVueAjax(array('commercial_courant' => $commercial_courant)); } }