Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 884 Rev 1014
Line 47... Line 47...
47
		{
47
		{
48
			$criteres = $chercheur_observations->parserRequeteCriteres($uid[1]) ;
48
			$criteres = $chercheur_observations->parserRequeteCriteres($uid[1]) ;
49
		}
49
		}
Line 50... Line 50...
50
 
50
 
51
		$retour = $chercheur_observations->compterObservations($uid[0], $criteres);
51
		$retour = $chercheur_observations->compterObservations($uid[0], $criteres);
52
 
52
		
53
		$retour_encode = json_encode($retour) ;
-
 
54
		header("content-type: application/json") ;
-
 
55
		print $retour_encode ;
53
		$this->envoyerJson($retour);
56
		exit() ;
54
		return true;
57
	}
55
	}
58
}
56
}
59
?>
57
?>