Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1014 Rev 1425
Line 48... Line 48...
48
		
48
		
49
		if(isset($uid[1])) {
49
		if(isset($uid[1])) {
50
			$espece = $uid[1];
50
			$espece = $uid[1];
Line 51... Line 51...
51
		}
51
		}
-
 
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;
52
	
56
		$infos = $chercheur_infos_taxon->rechercherInformationsComplementairesSurNom('Iris australis Tod.');
Line 53... Line 57...
53
		$chercheur_infos_taxon = new RechercheInfosTaxon($this->config);
57
		
54
		$liste_genre_espece = $chercheur_infos_taxon->rechercherGenreEspeceSurPrefixe($genre,$espece);
58
		$liste_genre_espece = $chercheur_infos_taxon->rechercherGenreEspeceSurPrefixe($genre,$espece);
55
	                
59