Home
last modified time | relevance | path

Searched refs:order_by (Results 1 – 2 of 2) sorted by last modified time

/plugin/tagging/
H A Dhelper.php377 * @param string $order_by
382 public function getAllTags($namespace = '', $order_by = 'tid', $desc = false, $filters = []) { argument
384 if (!in_array($order_by, $order_fields)) {
385 msg('cannot sort by ' . $order_by . ' field does not exists', -1);
386 $order_by = 'tag';
403 $query .= 'ORDER BY ' . $order_by;
727 $order_by = $sort[0];
734 $tags = $this->getAllTags($INPUT->str('filter'), $order_by, $desc, $filters);
780 if ($header['sort_by'] === $order_by) {
/plugin/filterrss/
H A 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…