コード例 #1
0
ファイル: SystemModule.php プロジェクト: merlinxie/lulublog
 public function init()
 {
     parent::init();
     $this->name = '系统模块';
     $this->version = '1.0';
     $this->description = '系统设置,如站点信息、时间等';
     $this->is_system = true;
 }
コード例 #2
0
ファイル: TakonomyModule.php プロジェクト: merlinxie/lulublog
 public function init()
 {
     parent::init();
     $this->name = '分类';
     $this->version = '1.0';
     $this->description = '分类管理';
     $this->is_system = true;
 }
コード例 #3
0
ファイル: PageModule.php プロジェクト: merlinxie/lulublog
 public function init()
 {
     parent::init();
     $this->name = '单面';
     $this->version = '1.0';
     $this->description = '单面内容模块';
     $this->is_system = false;
 }
コード例 #4
0
ファイル: InstallInfo.php プロジェクト: hucongyang/lulucms2
 public function init()
 {
     parent::init();
     $this->id = 'install';
     $this->name = 'Install Module';
     $this->version = '1.0';
     $this->description = 'Install description';
 }
コード例 #5
0
ファイル: CategoryInfo.php プロジェクト: liuwz465501235/lscms
 public function init()
 {
     parent::init();
     $this->id = 'category';
     $this->name = '分类模块';
     $this->version = '1.0';
     $this->description = '与系统分类管理相关的模块';
 }
コード例 #6
0
ファイル: MenuModule.php プロジェクト: merlinxie/lulublog
 public function init()
 {
     parent::init();
     $this->name = '菜单';
     $this->version = '1.0';
     $this->description = '提供所有的菜单功能支持';
     $this->is_system = true;
 }
コード例 #7
0
ファイル: MenuInfo.php プロジェクト: liuwz465501235/lscms
 public function init()
 {
     parent::init();
     $this->id = 'menu';
     $this->name = '菜单管理';
     $this->version = '1.0';
     $this->description = '提供所有的菜单功能支持';
 }
コード例 #8
0
ファイル: UserInfo.php プロジェクト: snowbai/lulucms2
 public function init()
 {
     parent::init();
     $this->id = 'user';
     $this->name = '用户模块';
     $this->version = '1.0';
     $this->description = '用户管理模块';
 }
コード例 #9
0
ファイル: RbacInfo.php プロジェクト: snowbai/lulucms2
 public function init()
 {
     parent::init();
     $this->id = 'rbac';
     $this->name = '权限模块';
     $this->version = '1.0';
     $this->description = '权限管理模块';
 }
コード例 #10
0
ファイル: DictInfo.php プロジェクト: liuwz465501235/lscms
 public function init()
 {
     parent::init();
     $this->id = 'dict';
     $this->name = '字典模块';
     $this->version = '1.0';
     $this->description = '常用的数据,如性别、文件章发布状态';
 }
コード例 #11
0
ファイル: PageInfo.php プロジェクト: huasxin/lulucms2
 public function init()
 {
     parent::init();
     
     $this->id='page';
     $this->name = '单面';
     $this->version = '1.0';
     $this->description = '单面内容模块';
 }
コード例 #12
0
ファイル: DictInfo.php プロジェクト: hucongyang/lulucms2
 public function init()
 {
     parent::init();
     $this->id = 'dict';
     $this->name = '字典模块';
     $this->version = '1.0';
     $this->description = '常用的数据,如 省市数据';
     $this->is_system = true;
 }
コード例 #13
0
ファイル: ToolsInfo.php プロジェクト: hucongyang/lulucms2
 public function init()
 {
     parent::init();
     $this->id = 'tools';
     $this->name = '工具模块';
     $this->version = '1.0';
     $this->description = '缓存、数据库管理等';
     $this->is_system = true;
 }
コード例 #14
0
ファイル: PostInfo.php プロジェクト: hucongyang/lulucms2
 public function init()
 {
     parent::init();
     $this->id = 'post';
     $this->name = '文章';
     $this->version = '1.0';
     $this->description = '文章模块';
     $this->is_system = true;
 }
コード例 #15
0
ファイル: SystemInfo.php プロジェクト: liuwz465501235/lscms
 public function init()
 {
     parent::init();
     $this->id = 'system';
     $this->name = '系统模块';
     $this->version = '1.0';
     $this->description = '系统设置,如站点配置、SEO设置、时间等';
     $this->is_system = 1;
 }
コード例 #16
0
ファイル: ModularityInfo.php プロジェクト: snowbai/lulucms2
 public function init()
 {
     parent::init();
     $this->id = 'modularity';
     $this->name = '模块管理';
     $this->version = '1.0';
     $this->description = '用来对系统中的模块进行管理';
     //$this->is_system = true;
 }
コード例 #17
0
ファイル: RbacInfo.php プロジェクト: liuwz465501235/lscms
 public function init()
 {
     parent::init();
     $this->id = 'rbac';
     $this->name = '权限控制模块';
     $this->version = '1.0';
     $this->description = '管理站点的各项权限,如控制器权限、系统权限等';
     $this->is_system = 1;
 }
コード例 #18
0
ファイル: FragmentInfo.php プロジェクト: hucongyang/lulucms2
 public function init()
 {
     parent::init();
     $this->id = 'fragment';
     $this->name = '碎片模块';
     $this->version = '1.0';
     $this->description = '常用的代码片段';
     $this->is_system = true;
 }
コード例 #19
0
ファイル: ThemeInfo.php プロジェクト: hucongyang/lulucms2
 public function init()
 {
     parent::init();
     $this->id = 'theme';
     $this->name = '主题模块';
     $this->version = '1.0';
     $this->description = '用来设置前台和后台主题';
     $this->is_system = true;
 }
コード例 #20
0
ファイル: UserInfo.php プロジェクト: liuwz465501235/lscms
 public function init()
 {
     parent::init();
     $this->id = 'user';
     $this->name = '用户模块';
     $this->version = '1.0';
     $this->description = '用户管理,如前台注册会员、后台管理员等';
     $this->is_system = 1;
 }