Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1395 Rev 1397
Line 65... Line 65...
65
		
65
		
66
		return $resultats_images;
66
		return $resultats_images;
Line 67... Line 67...
67
	}
67
	}
-
 
68
	
-
 
69
	public function compterImages($id_utilisateur = null, $criteres = array()) {
-
 
70
		
-
 
71
		$ordre = (isset($criteres['tri']) && $criteres['tri']) ? $criteres['tri'] : 'ci.ordre';
-
 
72
		unset($criteres['tri']);
Line 68... Line 73...
68
	
73
		$direction = (isset($criteres['dir']) && $criteres['dir']) ? $criteres['dir'] : 'ASC';
Line 69... Line 74...
69
	public function compterImages($id_utilisateur = null, $criteres = array()) {
74
		unset($criteres['dir']);
70
 
75