uri_path .= 'part/'; // $this->view_path .= "part" . DIRECTORY_SEPARATOR; } protected function setOrderByForList() { //OrderBy 처리 $this->getService()->getModel()->orderBy('model', 'ASC', false); parent::setOrderByForList(); } protected function index_process(): array { $fields = [ 'fields' => ['model', 'status'], ]; $this->init('index', $fields); return parent::index_process(); } }