rapportsp = new Statistique(); } public function index() { $primeAnnuelleTotal = "0"; $primeAcquiseTotal = "0"; $sinistresTotal = "0"; $rapportSpTotal = "0"; $rapportsps = $this->rapportsp->etatrapportspexercice() ; if(count($rapportsps)>"0") { $primeAnnuelleTotal = $rapportsps['0']['primeAnnuelleTotal']; $primeAcquiseTotal = $rapportsps['0']['primeAcquiseTotal']; $sinistresTotal = $rapportsps['0']['sinistresTotal']; $rapportSpTotal = $rapportsps['0']['rapportSpTotal']; } $this->genererVueAjax(array('rapportsps' => $rapportsps, 'primeAnnuelleTotal' => $primeAnnuelleTotal, 'primeAcquiseTotal' => $primeAcquiseTotal, 'sinistresTotal' => $sinistresTotal, 'rapportSpTotal' => $rapportSpTotal)); } }