Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 798 Rev 931
Line 86... Line 86...
86
			$this->infosPourTpl['noms'] = $verna;
86
			$this->infosPourTpl['noms'] = $verna;
87
	}
87
	}
Line 88... Line 88...
88
	
88
	
89
	private function classerAlphabetiquement($champs, $valeurs) {
89
	private function classerAlphabetiquement($champs, $valeurs) {
90
		$this->trieur->setTableau($valeurs);
90
		$this->trieur->setTableau($valeurs);
91
		$this->trieur->setChampsEtOrdres(array($champs => SORT_NATURAL));
91
		$this->trieur->setChampsEtOrdres(array($champs => 'nat'));
92
		return $this->trieur->trier();
92
		return $this->trieur->trier();
Line 93... Line 93...
93
	}
93
	}
94
 
94