where($where)->get(); }else{ $datas = $this->where($where)->orderby($orderArray['orderby'],$orderArray['order'])->get(); } return $datas ; } }