Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1424 → Rev 1425

/trunk/jrest/services/NameSearch.php
50,7 → 50,11
$espece = $uid[1];
}
$chercheur_infos_taxon = new RechercheInfosTaxon($this->config);
$chercheur_infos_taxon = new RechercheInfosTaxonBeta($this->config);
$infos = $chercheur_infos_taxon->taxonEstPresentDansDepartement('1320','75');
echo '<pre>'.print_r($infos,true).'</pre>';exit;
$infos = $chercheur_infos_taxon->rechercherInformationsComplementairesSurNom('Iris australis Tod.');
$liste_genre_espece = $chercheur_infos_taxon->rechercherGenreEspeceSurPrefixe($genre,$espece);
$this->envoyerJson($liste_genre_espece);