Code: Alles auswählen
$fields = array(
'titel ASC' => 'Title ascending',
'titel DESC' => 'Title descending',
'datum ASC' => 'Date ascending',
'datun DESC' => 'Date descending',
'verfallsdatum ASC' => 'Expiration date ascending',
'verfallsdatum DESC' => 'Expiration date descending',
'pub_datum ASC' => 'Publication date ascending',
'pub_datum DESC' => 'Publication date descending',
'idx ASC' => 'Index ascending',
'idx DESC' => 'Index descending',
'sort_id DESC' => 'Manual',
);