Exemplo n.º 1
0
 /**
  * 系统后台用户心声管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '用户心声';
     $this->crumb['category']['name'] = '心声管理';
     $this->crumb['category']['url'] = 'uservoice';
 }
Exemplo n.º 2
0
 /**
  * 系统后台租赁管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '租赁列表';
     $this->crumb['category']['name'] = '租赁管理';
     $this->crumb['category']['url'] = 'rent';
 }
Exemplo n.º 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');
 }
Exemplo n.º 4
0
 /**
  * 管理员管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '管理员列表';
     $this->crumb['category']['name'] = '管理员管理';
     $this->crumb['category']['url'] = 'admin';
 }
Exemplo n.º 5
0
 /**
  * 用户日志管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '用户日志';
     $this->crumb['category']['name'] = '用户日志管理';
     $this->crumb['category']['url'] = 'userlog';
 }
Exemplo n.º 6
0
 /**
  * 系统后台消息管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '消息列表';
     $this->crumb['category']['name'] = '消息管理';
     $this->crumb['category']['url'] = 'message';
 }
Exemplo n.º 7
0
 public function __construct()
 {
     parent::__construct();
     view()->share('order_class', 'active');
     $this->obj = new helpers();
     view()->share('obj', $this->obj);
 }
 public function __construct()
 {
     parent::__construct();
     view()->share('product_class', 'active');
     $obj = new helpers();
     $this->obj = $obj;
 }
Exemplo n.º 9
0
 public function __construct(PostRepository $postRepository, KeywordRepository $keyword, NodeRepository $nodeRepository)
 {
     parent::__construct();
     $this->post = $postRepository;
     $this->keyword = $keyword;
     $this->node = $nodeRepository;
 }
Exemplo n.º 10
0
 /**
  * 系统后台租赁管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '娱乐列表';
     $this->crumb['category']['name'] = '娱乐管理';
     $this->crumb['category']['url'] = 'entertain';
 }
Exemplo n.º 11
0
 /**
  * 用户日志管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '创意列表';
     $this->crumb['category']['name'] = '创意管理';
     $this->crumb['category']['url'] = 'idea';
 }
Exemplo n.º 12
0
 /**
  *系统后台用户意见管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '意见列表';
     $this->crumb['category']['name'] = '意见管理';
     $this->crumb['category']['url'] = 'opinions';
 }
Exemplo n.º 13
0
 /**
  * 系统后台公司页面的访问管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new VisitlogModel();
     $this->crumb['category']['name'] = '访问管理';
     $this->crumb['category']['url'] = 'visit';
     $this->crumb['']['name'] = '企业访问列表';
 }
Exemplo n.º 14
0
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '产品属性列表';
     $this->crumb['category']['name'] = '产品属性';
     $this->crumb['category']['url'] = 'proAttr';
     $this->model = new ProductAttrModel();
 }
Exemplo n.º 15
0
 /**
  * 系统后台所有细分功能的权限控制统一管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '用户权限列表';
     $this->crumb['category']['name'] = '用户权限管理';
     $this->crumb['category']['url'] = 'auth';
     $this->model = new AuthModel();
 }
Exemplo n.º 16
0
 /**
  * 权限管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new MenusModel();
     $this->crumb['category']['name'] = '前台控制菜单';
     $this->crumb['category']['url'] = 'menus';
     $this->crumb['']['name'] = '前台菜单列表';
 }
Exemplo n.º 17
0
 /**
  * 系统后台 订单管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new OrderFirmModel();
     $this->crumb['']['name'] = '售后修改';
     $this->crumb['category']['name'] = '售后服务';
     $this->crumb['category']['url'] = 'orderfirm';
 }
Exemplo n.º 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';
 }
Exemplo n.º 19
0
 /**
  * 系统后台广告管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '广告列表';
     $this->crumb['category']['name'] = '广告管理';
     $this->crumb['category']['url'] = 'ad';
     $this->model = new AdModel();
 }
Exemplo n.º 20
0
 /**
  * 系统后台 订单管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new OrderModel();
     $this->crumb['']['name'] = '订单列表';
     $this->crumb['category']['name'] = '订单管理';
     $this->crumb['category']['url'] = 'order';
 }
Exemplo n.º 21
0
 /**
  * 系统后台视频管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new VideoModel();
     $this->crumb['']['name'] = '视频列表';
     $this->crumb['category']['name'] = '视频管理';
     $this->crumb['category']['url'] = 'video';
 }
Exemplo n.º 22
0
 /**
  * 系统后台 影视作品(包含电视剧、电影、广告等等)
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new WorksModel();
     $this->crumb['']['name'] = '作品列表';
     $this->crumb['category']['name'] = '用户作品';
     $this->crumb['category']['url'] = 'works';
 }
Exemplo n.º 23
0
 /**
  * 系统后台登陆的角色管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '角色列表';
     $this->crumb['category']['name'] = '角色管理';
     $this->crumb['category']['url'] = 'role';
     $this->model = new RoleModel();
 }
Exemplo n.º 24
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new WalletModel();
     $this->crumb['']['name'] = '财务列表';
     $this->crumb['category']['name'] = '会员钱包';
     $this->crumb['category']['url'] = 'wallet';
 }
Exemplo n.º 25
0
 /**
  * 系统后台演员管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new StoryBoardModel();
     $this->crumb['']['name'] = '人员列表';
     $this->crumb['category']['name'] = '人员管理';
     $this->crumb['category']['url'] = 'storyboard';
 }
Exemplo n.º 26
0
 /**
  * 系统后台 创作订单
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new OrderProductModel();
     $this->crumb['']['name'] = '创作订单列表';
     $this->crumb['category']['name'] = '创作订单';
     $this->crumb['category']['url'] = 'orderpro';
 }
Exemplo n.º 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'] = '企业功能列表';
 }
Exemplo n.º 28
0
 /**
  * 系统后台 离线动画
  */
 public function __construct()
 {
     parent::__construct();
     $this->crumb['']['name'] = '离线动画';
     $this->crumb['category']['name'] = '离线动画';
     $this->crumb['category']['url'] = 'proVideo';
     $this->model = new ProductVideoModel();
 }
Exemplo n.º 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';
 }
Exemplo n.º 30
0
 /**
  * 系统后台设计管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new DesignModel();
     $this->crumb['']['name'] = '设计列表';
     $this->crumb['category']['name'] = '设计管理';
     $this->crumb['category']['url'] = 'design';
 }