Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 291 Rev 336
Line 19... Line 19...
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
	}
Line -... Line 23...
-
 
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
	}
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);