Subversion Repositories eFlore/Applications.cel

Rev

Rev 1425 | Rev 1527 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1425 Rev 1426
Line 47... Line 47...
47
		}
47
		}
Line 48... Line 48...
48
		
48
		
49
		if(isset($uid[1])) {
49
		if(isset($uid[1])) {
50
			$espece = $uid[1];
50
			$espece = $uid[1];
51
		}
51
		}
52
	
52
 
53
		$chercheur_infos_taxon = new RechercheInfosTaxonBeta($this->config);
-
 
54
		$infos = $chercheur_infos_taxon->taxonEstPresentDansDepartement('1320','75');
-
 
55
		echo '<pre>'.print_r($infos,true).'</pre>';exit;
-
 
56
		$infos = $chercheur_infos_taxon->rechercherInformationsComplementairesSurNom('Iris australis Tod.');
-
 
57
		
53
		$chercheur_infos_taxon = new RechercheInfosTaxonBeta($this->config);
Line 58... Line 54...
58
		$liste_genre_espece = $chercheur_infos_taxon->rechercherGenreEspeceSurPrefixe($genre,$espece);
54
		$liste_genre_espece = $chercheur_infos_taxon->rechercherGenreEspeceSurPrefixe($genre,$espece);
59
	                
55
	                
60
		$this->envoyerJson($liste_genre_espece);			
56
		$this->envoyerJson($liste_genre_espece);