'', 'displayorder' => 0, 'type' => '', ); public function getNewsCategoryLists() { return $this->where('type', 'news')->orderby(array('displayorder' => 'DESC', 'id' => 'DESC'))->getall('id'); } public function getNoticeCategoryLists() { return $this->where('type', 'notice')->orderby(array('displayorder' => 'DESC', 'id' => 'DESC'))->getall('id'); } }