'sort_name', 'title' => 'sort_title', ); $order = strtolower($this->options['order']); if (empty($special_sort_fields[$this->real_field])) { $this->query->add_sort($this->real_field, $order); } else { $this->query->add_sort($special_sort_fields[$this->real_field], $order); } } }