facture = new Gestionconfiee(); } public function index() { $gcs = $this->facture->get_cartes_gc_cons(); $this->genererVueAjax(array('gcs' => $gcs)); } }