Ejemplo n.º 1
0
 /**
  * 
  *
  * @static 
  */
 public static function orderBy($field, $direction = 'asc')
 {
     return \Zofe\Rapyd\DataSet::orderBy($field, $direction);
 }