Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 171 → Rev 172

/trunk/bibliotheque/dao/RechercheDao.php
32,7 → 32,6
*/
public function chercher($parametres) {
$url = $this->construireUrlRecherche('ParDefaut', $parametres);
$json = $this->envoyerRequeteConsultation($url);
$donnees = json_decode($json, true);