Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 335 → Rev 336

/trunk/metier/api_0.1/Noms.php
20,6 → 20,13
$url = $this->formaterUrl($tpl, $params);
return $this->chargerDonnees($url);
}
public function getFlores($nn) {
$tpl = Config::get('nomsFloresTpl');
$params = array('id' => $nn);
$url = $this->formaterUrl($tpl, $params);
return $this->chargerDonnees($url);
}
 
public function getNom($nn) {
$url = $this->getUrlNom($nn);