Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->lists['func']['name'] = '企业需求';
     $this->lists['func']['url'] = 'companyD';
     $this->lists['create']['name'] = '发布需求';
     $this->model = new GoodsModel();
 }
Пример #2
0
 /**
  * 个人作品供应管理
  * goods 商品、货物,代表文化类产品
  */
 public function __construct()
 {
     parent::__construct();
     $this->lists['func']['name'] = '个人作品';
     $this->lists['func']['url'] = 'personS';
     $this->lists['create']['name'] = '发布作品';
     $this->model = new GoodsModel();
 }