This class can be used to sort multidimensional arrays with the array_multisort function.
It can add one or more sorting criteria that defines how the array entries will be sorted.
The class builds the argument list with all the criteria and then calls array_multisort function to sort the array.
|
|
| Name: |
Dynamic Multisort |
| Base name: |
mydynmsort |
| Description: |
Sort multidimensional arrays |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
231 users |
| All time rank: |
6514 |
| Week users: |
0 users |
| Week rank: |
2150  |
| |
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
sort.php |
Class |
myDynMsort |