tablesort_init
- Versions
- 4.6 – 7
tablesort_init($header)
Initialize the table sort context.
Code
includes/tablesort.inc, line 14
<?php
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 