예제 #1
0
파일: upload.php 프로젝트: syjzwjj/quyeba
 public function __construct($app)
 {
     parent::__construct();
     $this->app = $app;
     $this->goods_model = app::get('b2c')->model('goods');
     $this->image_model = app::get('image')->model('image');
 }
예제 #2
0
파일: recover.php 프로젝트: syjzwjj/quyeba
 public function __construct($app)
 {
     parent::__construct();
     $this->app = $app;
     $this->recycle_model = app::get('desktop')->model('recycle');
     $this->goods_model = app::get('b2c')->model('goods');
 }
예제 #3
0
파일: add.php 프로젝트: syjzwjj/quyeba
 public function __construct()
 {
     parent::__construct();
     $this->obj_goods = kernel::single('goodsapi_goods');
     $this->goods_model = app::get('b2c')->model('goods');
     $this->obj_cat = app::get('b2c')->model('goods_cat');
 }
예제 #4
0
 public function __construct($app)
 {
     parent::__construct();
     $this->app = $app;
     $this->goods_model = app::get('b2c')->model('goods');
     $this->tag_rel_model = app::get('desktop')->model('tag_rel');
     $this->tag_model = app::get('desktop')->model('tag');
     $this->products_model = app::get('b2c')->model('products');
     $this->spec_values_model = app::get('b2c')->model('spec_values');
     $this->sepc_specification_model = app::get('b2c')->model('specification');
 }
예제 #5
0
파일: add.php 프로젝트: syjzwjj/quyeba
 public function __construct($app)
 {
     parent::__construct();
     $this->app = $app;
 }
예제 #6
0
파일: list.php 프로젝트: sss201413/ecstore
 public function __construct()
 {
     parent::__construct();
     $this->spec_model = app::get('b2c')->model('specification');
     $this->spec_values_model = app::get('b2c')->model('spec_values');
 }
예제 #7
0
파일: list.php 프로젝트: syjzwjj/quyeba
 public function __construct()
 {
     parent::__construct();
     $this->tag_model = app::get('desktop')->model('tag');
 }
예제 #8
0
파일: list.php 프로젝트: syjzwjj/quyeba
 public function __construct()
 {
     parent::__construct();
     $this->brand_model = app::get('b2c')->model('brand');
 }
예제 #9
0
파일: list.php 프로젝트: syjzwjj/quyeba
 public function __construct($app)
 {
     parent::__construct();
     $this->app = $app;
     $this->mebmer_price_model = app::get('b2c')->model('goods_lv_price');
 }
예제 #10
0
파일: delete.php 프로젝트: syjzwjj/quyeba
 public function __construct()
 {
     parent::__construct();
     $this->spec_model = app::get('b2c')->model('specification');
     $this->recycle_model = app::get('desktop')->model('recycle');
 }
예제 #11
0
파일: delete.php 프로젝트: syjzwjj/quyeba
 public function __construct()
 {
     parent::__construct();
     $this->type_model = app::get('b2c')->model('goods_type');
     $this->recycle_model = app::get('desktop')->model('recycle');
 }
예제 #12
0
파일: check.php 프로젝트: syjzwjj/quyeba
 public function __construct()
 {
     parent::__construct();
     $this->db = kernel::database();
 }
예제 #13
0
파일: list.php 프로젝트: syjzwjj/quyeba
 public function __construct()
 {
     parent::__construct();
     $this->type = app::get('b2c')->model('goods_type');
 }
예제 #14
0
파일: list.php 프로젝트: syjzwjj/quyeba
 public function __construct()
 {
     parent::__construct();
     $this->member_lv_model = app::get('b2c')->model('member_lv');
 }
예제 #15
0
파일: update.php 프로젝트: syjzwjj/quyeba
 public function __construct($app)
 {
     parent::__construct();
     $this->app = $app;
     $this->obj_cat = app::get('b2c')->model('goods_cat');
 }