Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1425 → Rev 1426

/trunk/jrest/services/NameSearch.php
49,12 → 49,8
if(isset($uid[1])) {
$espece = $uid[1];
}
 
$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);