Création de la fonction de recupération des enrichissement / Comptage
This commit is contained in:
parent
875025e507
commit
572eaf92c9
@ -33,10 +33,12 @@ class DashboardController extends Libs_Controller
|
|||||||
$object = new Object_Dashboard();
|
$object = new Object_Dashboard();
|
||||||
$request = $this->getRequest();
|
$request = $this->getRequest();
|
||||||
$comptage = $object->ciblagedetail($request->getParam('id'));
|
$comptage = $object->ciblagedetail($request->getParam('id'));
|
||||||
|
$enrichissement = $object->enrichissement($request->getParam('id'));
|
||||||
|
|
||||||
$this->view->label = new Fields();
|
$this->view->label = new Fields();
|
||||||
$this->view->criteres = $comptage['criteres'];
|
$this->view->criteres = $comptage['criteres'];
|
||||||
$this->view->comptages = $comptage['comptages'];
|
$this->view->comptages = $comptage['comptages'];
|
||||||
|
$this->view->enrichissements = $enrichissement;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user