Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 892 Rev 1014
Line 32... Line 32...
32
		if (isset($uid[0])) {			
32
		if (isset($uid[0])) {			
33
			$chercheur_info_taxon = new RechercheInfosTaxon($this->config);
33
			$chercheur_info_taxon = new RechercheInfosTaxon($this->config);
34
	 		$retour = $chercheur_info_taxon->effectuerRequeteInfosComplementairesEtFormaterNom($uid[0]);	 			 		
34
	 		$retour = $chercheur_info_taxon->effectuerRequeteInfosComplementairesEtFormaterNom($uid[0]);	 			 		
35
		}
35
		}
Line 36... Line 36...
36
		
36
		
37
		$output = json_encode($retour);
-
 
38
		header("content-type: application/json");
37
		$this->envoyerJson($retour);			
39
		print($output);
38
		return true;	
Line 40... Line 39...
40
	}
39
	}
41
	
-
 
42
	function getRessource(){
40
	
43
		
41
	function getRessource(){
44
			print "[\"null\"]"; 
42
			print "[\"null\"]"; 
45
            return;
43
            return;
46
	}
44
	}