コード例 #1
0
 /**
  * 系统后台用户心声管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '用户心声';
     $this->crumb['category']['name'] = '心声管理';
     $this->crumb['category']['url'] = 'uservoice';
 }
コード例 #2
0
ファイル: RentController.php プロジェクト: 946493655/culture
 /**
  * 系统后台租赁管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '租赁列表';
     $this->crumb['category']['name'] = '租赁管理';
     $this->crumb['category']['url'] = 'rent';
 }
コード例 #3
0
 public function __construct(User $user, AuthRole $role)
 {
     parent::__construct();
     $this->user_md = $user;
     $this->role_md = $role;
     $this->page_size = config('app.pagesize');
 }
コード例 #4
0
ファイル: AdminController.php プロジェクト: 946493655/culture
 /**
  * 管理员管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '管理员列表';
     $this->crumb['category']['name'] = '管理员管理';
     $this->crumb['category']['url'] = 'admin';
 }
コード例 #5
0
 /**
  * 用户日志管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '用户日志';
     $this->crumb['category']['name'] = '用户日志管理';
     $this->crumb['category']['url'] = 'userlog';
 }
コード例 #6
0
 /**
  * 系统后台消息管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '消息列表';
     $this->crumb['category']['name'] = '消息管理';
     $this->crumb['category']['url'] = 'message';
 }
コード例 #7
0
ファイル: OrderController.php プロジェクト: amittier5/miramix
 public function __construct()
 {
     parent::__construct();
     view()->share('order_class', 'active');
     $this->obj = new helpers();
     view()->share('obj', $this->obj);
 }
コード例 #8
0
 public function __construct()
 {
     parent::__construct();
     view()->share('product_class', 'active');
     $obj = new helpers();
     $this->obj = $obj;
 }
コード例 #9
0
ファイル: PostController.php プロジェクト: nutsdo/rp-wechat
 public function __construct(PostRepository $postRepository, KeywordRepository $keyword, NodeRepository $nodeRepository)
 {
     parent::__construct();
     $this->post = $postRepository;
     $this->keyword = $keyword;
     $this->node = $nodeRepository;
 }
コード例 #10
0
 /**
  * 系统后台租赁管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '娱乐列表';
     $this->crumb['category']['name'] = '娱乐管理';
     $this->crumb['category']['url'] = 'entertain';
 }
コード例 #11
0
ファイル: IdeaController.php プロジェクト: 946493655/culture
 /**
  * 用户日志管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '创意列表';
     $this->crumb['category']['name'] = '创意管理';
     $this->crumb['category']['url'] = 'idea';
 }
コード例 #12
0
 /**
  *系统后台用户意见管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '意见列表';
     $this->crumb['category']['name'] = '意见管理';
     $this->crumb['category']['url'] = 'opinions';
 }
コード例 #13
0
 /**
  * 系统后台公司页面的访问管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new VisitlogModel();
     $this->crumb['category']['name'] = '访问管理';
     $this->crumb['category']['url'] = 'visit';
     $this->crumb['']['name'] = '企业访问列表';
 }
コード例 #14
0
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '产品属性列表';
     $this->crumb['category']['name'] = '产品属性';
     $this->crumb['category']['url'] = 'proAttr';
     $this->model = new ProductAttrModel();
 }
コード例 #15
0
ファイル: AuthsController.php プロジェクト: 946493655/culture
 /**
  * 系统后台所有细分功能的权限控制统一管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '用户权限列表';
     $this->crumb['category']['name'] = '用户权限管理';
     $this->crumb['category']['url'] = 'auth';
     $this->model = new AuthModel();
 }
コード例 #16
0
ファイル: MenusController.php プロジェクト: 946493655/culture
 /**
  * 权限管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new MenusModel();
     $this->crumb['category']['name'] = '前台控制菜单';
     $this->crumb['category']['url'] = 'menus';
     $this->crumb['']['name'] = '前台菜单列表';
 }
コード例 #17
0
 /**
  * 系统后台 订单管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new OrderFirmModel();
     $this->crumb['']['name'] = '售后修改';
     $this->crumb['category']['name'] = '售后服务';
     $this->crumb['category']['url'] = 'orderfirm';
 }
コード例 #18
0
 /**
  * 系统后台企业模块 Company Module
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new ComModuleModel();
     $this->crumb['']['name'] = '企业模块列表';
     $this->crumb['category']['name'] = '企业模块管理';
     $this->crumb['category']['url'] = 'commodule';
 }
コード例 #19
0
ファイル: AdController.php プロジェクト: 946493655/culture
 /**
  * 系统后台广告管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '广告列表';
     $this->crumb['category']['name'] = '广告管理';
     $this->crumb['category']['url'] = 'ad';
     $this->model = new AdModel();
 }
コード例 #20
0
ファイル: OrderController.php プロジェクト: 946493655/culture
 /**
  * 系统后台 订单管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new OrderModel();
     $this->crumb['']['name'] = '订单列表';
     $this->crumb['category']['name'] = '订单管理';
     $this->crumb['category']['url'] = 'order';
 }
コード例 #21
0
ファイル: VideoController.php プロジェクト: 946493655/culture
 /**
  * 系统后台视频管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new VideoModel();
     $this->crumb['']['name'] = '视频列表';
     $this->crumb['category']['name'] = '视频管理';
     $this->crumb['category']['url'] = 'video';
 }
コード例 #22
0
ファイル: WorksController.php プロジェクト: 946493655/culture
 /**
  * 系统后台 影视作品(包含电视剧、电影、广告等等)
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new WorksModel();
     $this->crumb['']['name'] = '作品列表';
     $this->crumb['category']['name'] = '用户作品';
     $this->crumb['category']['url'] = 'works';
 }
コード例 #23
0
ファイル: RoleController.php プロジェクト: 946493655/culture
 /**
  * 系统后台登陆的角色管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '角色列表';
     $this->crumb['category']['name'] = '角色管理';
     $this->crumb['category']['url'] = 'role';
     $this->model = new RoleModel();
 }
コード例 #24
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new WalletModel();
     $this->crumb['']['name'] = '财务列表';
     $this->crumb['category']['name'] = '会员钱包';
     $this->crumb['category']['url'] = 'wallet';
 }
コード例 #25
0
 /**
  * 系统后台演员管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new StoryBoardModel();
     $this->crumb['']['name'] = '人员列表';
     $this->crumb['category']['name'] = '人员管理';
     $this->crumb['category']['url'] = 'storyboard';
 }
コード例 #26
0
 /**
  * 系统后台 创作订单
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new OrderProductModel();
     $this->crumb['']['name'] = '创作订单列表';
     $this->crumb['category']['name'] = '创作订单';
     $this->crumb['category']['url'] = 'orderpro';
 }
コード例 #27
0
 /**
  * 系统后台企业模块 Company Module
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new ComFuncModel();
     $this->crumb['category']['name'] = '企业功能管理';
     $this->crumb['category']['url'] = 'comfunc';
     $this->crumb['']['name'] = '企业功能列表';
 }
コード例 #28
0
 /**
  * 系统后台 离线动画
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '离线动画';
     $this->crumb['category']['name'] = '离线动画';
     $this->crumb['category']['url'] = 'proVideo';
     $this->model = new ProductVideoModel();
 }
コード例 #29
0
 /**
  * 系统后台企业主体 company main
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new ComMainModel();
     $this->crumb['']['name'] = '企业主体列表';
     $this->crumb['category']['name'] = '企业主体管理';
     $this->crumb['category']['url'] = 'commain';
 }
コード例 #30
0
 /**
  * 系统后台设计管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new DesignModel();
     $this->crumb['']['name'] = '设计列表';
     $this->crumb['category']['name'] = '设计管理';
     $this->crumb['category']['url'] = 'design';
 }