Home
last modified time | relevance | path

Searched refs:order_by (Results 1 – 2 of 2) sorted by relevance

/plugin/tagging/
H A Dhelper.php407 * @param string $order_by
412 public function getAllTags($namespace = '', $order_by = 'tid', $desc = false, $filters = []) argument
415 if (!in_array($order_by, $order_fields)) {
416 msg('cannot sort by ' . $order_by . ' field does not exists', -1);
417 $order_by = 'tag';
434 $query .= 'ORDER BY ' . $order_by;
747 $order_by = $sort[0];
754 $tags = $this->getAllTags($INPUT->str('filter'), $order_by, $desc, $filters);
800 if ($header['sort_by'] === $order_by) {
/plugin/filterrss/
Dsyntax.php69 $order_by = trim($sort);
90 …return array('url' => $url, 'conditions' => array(), 'order_by' => $order_by, 'desc' => $desc, 'li…
131 …return array('url' => $url, 'conditions' => $cond_output, 'order_by' => $order_by, 'desc' => $desc…