ad_new_sort_by (public, deprecated)
ad_new_sort_by key keys
Defined in packages/acs-tcl/tcl/deprecated-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Makes a new sort_by string, sorting by "key". If the key is followed by "*", that indicates the ordering should be reversed from the default ordering for that key. Old sort keys are retained, so the sort appears to be a little more stable. That is, suppose two things are sorted into an order, and their values for a different column are the same. If that different column is used as the primary sort key to reorder, the things which have the same value for the newly-sorted column will remain in the same relative order.
- Parameters:
- key (required)
- keys (required)
- See Also:
- template::list::create
- xo::Table
- Testcases:
- No testcase defined.