Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 996 Rev 1014
Line 64... Line 64...
64
		
64
		
Line 65... Line 65...
65
		$debut = $taille_page*$numero_page ;
65
		$debut = $taille_page*$numero_page ;
66
 
66
 
67
		$retour = $chercheur_observations->rechercherObservations($uid[0], $criteres, $debut, $taille_page);
-
 
Line 68... Line -...
68
		$retour_formate = $chercheur_observations->formaterPourEnvoiCel(&$retour);
-
 
69
		$retour_encode = json_encode($retour_formate) ;
67
		$retour = $chercheur_observations->rechercherObservations($uid[0], $criteres, $debut, $taille_page);
70
 
68
		$retour_formate = $chercheur_observations->formaterPourEnvoiCel(&$retour);
71
		header("Content-type: application/json");
69
 
Line 72... Line 70...
72
		print($retour_encode);
70
		$this->envoyerJson($retour_formate);			
73
		exit();
71
		return true;	
74
	}
72
	}