Subversion Repositories Applications.annuaire

Rev

Rev 404 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 404 Rev 429
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
class StatistiqueControleur extends AppControleur {
14
class StatistiqueControleur extends AppControleur {
Line -... Line 15...
-
 
15
 
-
 
16
	private $statistiques = null;
-
 
17
 
-
 
18
	private $champ_pays = '12';
15
 
19
	private $champ_rapport_activite_bota = '102';
Line 16... Line 20...
16
	private $statistiques = null;
20
	private $champ_experience_bota = '4';
17
 
21
 
18
	public function StatistiqueControleur() {
22
	public function StatistiqueControleur() {
Line 146... Line 150...
146
	    
150
	    
147
		$graph = $this->statistiques->genererGraphique(Statistiques::GRAPH_CAMEMBERT,$valeurs_a_stat_legende, $titre, array(650, 400));
151
		$graph = $this->statistiques->genererGraphique(Statistiques::GRAPH_CAMEMBERT,$valeurs_a_stat_legende, $titre, array(650, 400));
Line 148... Line 152...
148
		return $this->dessinerGraph($graph);
152
		return $this->dessinerGraph($graph);
149
		
153
		
150
	}
154
	}
Line 151... Line 155...
151
	
155
 
152
	public function obtenirStatistiquesPourAnnee($id_annuaire, $annee = null) {
156
	public function obtenirStatistiquesPourAnnee($id_annuaire, $annee = null) {