Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 172 → Rev 171

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