uri_path .= 'part/'; // $this->view_path .= "part" . DIRECTORY_SEPARATOR; } protected function setOrderByForList() { //OrderBy 처리 $this->getService()->getModel()->orderBy('serviceinfo_uid', 'ASC', false); parent::setOrderByForList(); } }