Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Functions | |
| get_sort_link ($field, $string) | |
| Returns a formatted link to the specified sort field /*. | |
| sort_status ($field, $session=NULL) | |
| Returns the sort status of /*. | |
| sort_programs (&$programs, $session) | |
| Sorts a list of programs by the user's session preferences /*. | |
| by_user_choice (&$a, &$b) | |
| by_no_articles (&$a, &$b) | |
| Sort strings but ignore definite articles. | |
| by_title (&$a, &$b) | |
| by_subtitle (&$a, &$b) | |
| by_type (&$a, &$b) | |
| by_description (&$a, &$b) | |
| by_channum (&$a, &$b) | |
| by_airdate (&$a, &$b) | |
| by_recgroup (&$a, &$b) | |
| by_length (&$a, &$b) | |
| by_file_size (&$a, &$b) | |
| by_director (&$a, &$b) | |
| by_category (&$a, &$b) | |
| by_userrating (&$a, &$b) | |
| by_year (&$a, &$b) | |
| by_recpriority (&$a, &$b) | |
| by_profile (&$a, &$b) | |
| by_programid (&$a, &$b) | |
| by_transcoder (&$a, &$b) | |
Variables | |
| global | $last_sort_session |
| get_sort_link | ( | $ | field, | |
| $ | string | |||
| ) |
| sort_status | ( | $ | field, | |
| $ | session = NULL | |||
| ) |
| sort_programs | ( | &$ | programs, | |
| $ | session | |||
| ) |
Sorts a list of programs by the user's session preferences /*.
Definition at line 74 of file sorting.php.
| by_user_choice | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 123 of file sorting.php.
| by_no_articles | ( | &$ | a, | |
| &$ | b | |||
| ) |
| by_title | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 144 of file sorting.php.
| by_subtitle | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 148 of file sorting.php.
| by_type | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 152 of file sorting.php.
| by_description | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 156 of file sorting.php.
| by_channum | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 160 of file sorting.php.
| by_airdate | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 164 of file sorting.php.
| by_recgroup | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 169 of file sorting.php.
| by_length | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 174 of file sorting.php.
| by_file_size | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 179 of file sorting.php.
| by_director | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 184 of file sorting.php.
| by_category | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 188 of file sorting.php.
| by_userrating | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 193 of file sorting.php.
| by_year | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 197 of file sorting.php.
| by_recpriority | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 201 of file sorting.php.
| by_profile | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 207 of file sorting.php.
| by_programid | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 212 of file sorting.php.
| by_transcoder | ( | &$ | a, | |
| &$ | b | |||
| ) |
Definition at line 216 of file sorting.php.
| global $last_sort_session |
Definition at line 16 of file sorting.php.
1.5.5