Ejemplo n.º 1
0
 /** @deprecated Use QueryInterface implementation */
 public function own_order_by($field, $direction = 'ASC')
 {
     $this->query->orderBy($this->class_name, $field, $direction);
     return $this;
 }