Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 996 Rev 1014
Line 52... Line 52...
52
		}
52
		}
Line 53... Line 53...
53
		
53
		
Line 54... Line 54...
54
		$debut = $taille_page*$numero_page ;
54
		$debut = $taille_page*$numero_page ;
-
 
55
 
55
 
56
		$retour = $chercheur_images->rechercherImagesEtObservationAssociees($uid[0], $criteres, $debut, $taille_page);
56
		$retour = $chercheur_images->rechercherImagesEtObservationAssociees($uid[0], $criteres, $debut, $taille_page);
57
		$retour = $chercheur_images->formaterPourEnvoiCel(&$retour);
57
 
58
		
Line 58... Line 59...
58
		$retour_encode = json_encode($retour) ;
59
		$retour_encode = json_encode($retour) ;
59
		$retour_encode = $this->nettoyerCaracteresNuls($retour_encode);
60
		$retour_encode = $this->nettoyerCaracteresNuls($retour_encode);