Example #1
0
 public function init()
 {
     parent::init();
     $this->name = '系统模块';
     $this->version = '1.0';
     $this->description = '系统设置,如站点信息、时间等';
     $this->is_system = true;
 }
Example #2
0
 public function init()
 {
     parent::init();
     $this->name = '分类';
     $this->version = '1.0';
     $this->description = '分类管理';
     $this->is_system = true;
 }
Example #3
0
 public function init()
 {
     parent::init();
     $this->name = '单面';
     $this->version = '1.0';
     $this->description = '单面内容模块';
     $this->is_system = false;
 }
Example #4
0
 public function init()
 {
     parent::init();
     $this->id = 'install';
     $this->name = 'Install Module';
     $this->version = '1.0';
     $this->description = 'Install description';
 }
Example #5
0
 public function init()
 {
     parent::init();
     $this->id = 'category';
     $this->name = '分类模块';
     $this->version = '1.0';
     $this->description = '与系统分类管理相关的模块';
 }
Example #6
0
 public function init()
 {
     parent::init();
     $this->name = '菜单';
     $this->version = '1.0';
     $this->description = '提供所有的菜单功能支持';
     $this->is_system = true;
 }
Example #7
0
 public function init()
 {
     parent::init();
     $this->id = 'menu';
     $this->name = '菜单管理';
     $this->version = '1.0';
     $this->description = '提供所有的菜单功能支持';
 }
Example #8
0
 public function init()
 {
     parent::init();
     $this->id = 'user';
     $this->name = '用户模块';
     $this->version = '1.0';
     $this->description = '用户管理模块';
 }
Example #9
0
 public function init()
 {
     parent::init();
     $this->id = 'rbac';
     $this->name = '权限模块';
     $this->version = '1.0';
     $this->description = '权限管理模块';
 }
Example #10
0
 public function init()
 {
     parent::init();
     $this->id = 'dict';
     $this->name = '字典模块';
     $this->version = '1.0';
     $this->description = '常用的数据,如性别、文件章发布状态';
 }
Example #11
0
 public function init()
 {
     parent::init();
     
     $this->id='page';
     $this->name = '单面';
     $this->version = '1.0';
     $this->description = '单面内容模块';
 }
Example #12
0
 public function init()
 {
     parent::init();
     $this->id = 'dict';
     $this->name = '字典模块';
     $this->version = '1.0';
     $this->description = '常用的数据,如 省市数据';
     $this->is_system = true;
 }
Example #13
0
 public function init()
 {
     parent::init();
     $this->id = 'tools';
     $this->name = '工具模块';
     $this->version = '1.0';
     $this->description = '缓存、数据库管理等';
     $this->is_system = true;
 }
Example #14
0
 public function init()
 {
     parent::init();
     $this->id = 'post';
     $this->name = '文章';
     $this->version = '1.0';
     $this->description = '文章模块';
     $this->is_system = true;
 }
Example #15
0
 public function init()
 {
     parent::init();
     $this->id = 'system';
     $this->name = '系统模块';
     $this->version = '1.0';
     $this->description = '系统设置,如站点配置、SEO设置、时间等';
     $this->is_system = 1;
 }
Example #16
0
 public function init()
 {
     parent::init();
     $this->id = 'modularity';
     $this->name = '模块管理';
     $this->version = '1.0';
     $this->description = '用来对系统中的模块进行管理';
     //$this->is_system = true;
 }
Example #17
0
 public function init()
 {
     parent::init();
     $this->id = 'rbac';
     $this->name = '权限控制模块';
     $this->version = '1.0';
     $this->description = '管理站点的各项权限,如控制器权限、系统权限等';
     $this->is_system = 1;
 }
Example #18
0
 public function init()
 {
     parent::init();
     $this->id = 'fragment';
     $this->name = '碎片模块';
     $this->version = '1.0';
     $this->description = '常用的代码片段';
     $this->is_system = true;
 }
Example #19
0
 public function init()
 {
     parent::init();
     $this->id = 'theme';
     $this->name = '主题模块';
     $this->version = '1.0';
     $this->description = '用来设置前台和后台主题';
     $this->is_system = true;
 }
Example #20
0
 public function init()
 {
     parent::init();
     $this->id = 'user';
     $this->name = '用户模块';
     $this->version = '1.0';
     $this->description = '用户管理,如前台注册会员、后台管理员等';
     $this->is_system = 1;
 }