Beispiel #1
0
 public function _where($where = array())
 {
     $where['order_by'] = "sort_order desc";
     parent::_where($where);
 }