Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 892 Rev 1014
Line 51... Line 51...
51
		}
51
		}
Line 52... Line 52...
52
	
52
	
53
		$chercheur_infos_taxon = new RechercheInfosTaxon($this->config);
53
		$chercheur_infos_taxon = new RechercheInfosTaxon($this->config);
Line 54... Line 54...
54
		$liste_genre_espece = $chercheur_infos_taxon->rechercherGenreEspeceSurPrefixe($genre,$espece);
54
		$liste_genre_espece = $chercheur_infos_taxon->rechercherGenreEspeceSurPrefixe($genre,$espece);
55
	                
-
 
56
		$output = json_encode($liste_genre_espece);
-
 
57
		
55
	                
58
		header("content-type: application/json");
56
		$this->envoyerJson($liste_genre_espece);			
59
		print($output);
57
		return true;	
Line 60... Line 58...
60
	}
58
	}
61
}
59
}