Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1732 Rev 1741
Line 864... Line 864...
864
 
864
 
Line 865... Line 865...
865
 
865
 
-
 
866
	/* HELPERS */
866
	/* HELPERS */
867
 
867
 
868
	// http://stackoverflow.com/questions/348410/sort-an-array-based-on-another-array
868
	// http://stackoverflow.com/questions/348410/sort-an-array-based-on-another-array
869
	// XXX; utilisé aussi (temporairement ?) par FormateurGroupeColonne.
869
	static function sortArrayByArray($array, $orderArray) {
870
	static function sortArrayByArray($array, $orderArray) {
870
		$ordered = array();
871
		$ordered = array();