| 5 tablesort.inc | tablesort_init($header) |
| 6 tablesort.inc | tablesort_init($header) |
| 7 tablesort.inc | tablesort_init($header) |
| 8 tablesort.inc | tablesort_init($header) |
Initialize the table sort context.
2 calls to tablesort_init()
File
- includes/
tablesort.inc, line 14 - Functions to aid in the creation of sortable tables.
Code
function tablesort_init($header) {
$ts = tablesort_get_order($header);
$ts['sort'] = tablesort_get_sort($header);
$ts['query_string'] = tablesort_get_querystring();
return $ts;
}
Login or register to post comments