_className .= 'BoardConfig'; $this->_model = new BoardConfigModel(); helper($this->_className); $this->_viewPath .= strtolower($this->_className); $this->_viewDatas['title'] = lang($this->_className . '.title'); $this->_viewDatas['className'] = $this->_className; } }