Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 291 Rev 336
Line 18... Line 18...
18
		$tpl = Config::get('nomsSynonymesTpl');
18
		$tpl = Config::get('nomsSynonymesTpl');
19
		$params = array('id' => $nn);
19
		$params = array('id' => $nn);
20
		$url = $this->formaterUrl($tpl, $params);
20
		$url = $this->formaterUrl($tpl, $params);
21
		return $this->chargerDonnees($url);
21
		return $this->chargerDonnees($url);
22
	}
22
	}
-
 
23
	
-
 
24
	public function getFlores($nn) {
-
 
25
		$tpl = Config::get('nomsFloresTpl');
-
 
26
		$params = array('id' => $nn);
-
 
27
		$url = $this->formaterUrl($tpl, $params);
-
 
28
		return $this->chargerDonnees($url);
-
 
29
	}
Line 23... Line 30...
23
 
30
 
24
	public function getNom($nn) {
31
	public function getNom($nn) {
25
		$url = $this->getUrlNom($nn);
32
		$url = $this->getUrlNom($nn);
26
		return $this->chargerDonnees($url);
33
		return $this->chargerDonnees($url);