statistique = new Statistique(); $this->police = new Police(); $this->garant = new Gestionconfiee(); } public function index() { $entetestat = $this->statistique->getParametreStat(); $garants = $this->garant->getListe(); $polices = $this->police->getPoliceStats(); $this->genererVueAjax(array('entetestat' => $entetestat, 'polices' => $polices, 'garants' =>$garants)); } }