Esempio n. 1
0
 /**
  * @param   string|array    $columns
  * @param   string          $order      (optional)
  *
  * @return  $this
  */
 public function orderBy($columns, $order = 'ASC')
 {
     $this->query->orderBy($columns, $order);
     return $this;
 }