Subversion Repositories Applications.referentiel

Rev

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

Rev 285 Rev 325
Line 27... Line 27...
27
		$donnees = json_decode($json);
27
		$donnees = json_decode($json);
28
		return $donnees;
28
		return $donnees;
29
	}
29
	}
Line 30... Line 30...
30
	
30
	
31
	/**
31
	/**
32
	 * Recherche un référentiel en fonction de paramêtres
32
	 * Recherche un référentiel en fonction de paramètres
33
	 * @return array un tableau contenant des objets d'informations sur les taxons
33
	 * @return array un tableau contenant des objets d'informations sur les taxons
34
	 */
34
	 */
35
	public function chercher($type, $parametres) {
35
	public function chercher($type, $parametres) {
36
		$this->ordre['nom_sci'] = 'ASC';
36
		$this->ordre['nom_sci'] = 'ASC';