Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 231 → Rev 232

/trunk/bibliotheque/dao/RechercheDao.php
33,6 → 33,7
* @return array un tableau contenant des objets d'informations sur les taxons
*/
public function chercher($type, $parametres) {
$this->ordre['nom_sci'] = 'ASC';
$url = $this->construireUrlRecherche($type, $parametres);
$json = $this->envoyerRequeteConsultation($url);
$donnees = json_decode($json, true);