require_once 'Structures/DataGrid.php';
void Structures_DataGrid::sortRecordSet (array $sortSpec, string [$direction = 'ASC'])
void Structures_DataGrid::sortRecordSet
Do not use this method if data is coming from a database as sorting is much faster coming directly from the database itself.
Sorting specification Structure: array(fieldName => direction, ...)
Deprecated. Put the direction(s) into $sortSpec
throws no exceptions thrown
Cette fonction ne peut pas être appelée de façon statique.