Пример #1
0
 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
 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
 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
 public function __construct($app)
 {
     parent::__construct();
     $this->app = $app;
 }
Пример #6
0
 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
 public function __construct()
 {
     parent::__construct();
     $this->tag_model = app::get('desktop')->model('tag');
 }
Пример #8
0
 public function __construct()
 {
     parent::__construct();
     $this->brand_model = app::get('b2c')->model('brand');
 }
Пример #9
0
 public function __construct($app)
 {
     parent::__construct();
     $this->app = $app;
     $this->mebmer_price_model = app::get('b2c')->model('goods_lv_price');
 }
Пример #10
0
 public function __construct()
 {
     parent::__construct();
     $this->spec_model = app::get('b2c')->model('specification');
     $this->recycle_model = app::get('desktop')->model('recycle');
 }
Пример #11
0
 public function __construct()
 {
     parent::__construct();
     $this->type_model = app::get('b2c')->model('goods_type');
     $this->recycle_model = app::get('desktop')->model('recycle');
 }
Пример #12
0
 public function __construct()
 {
     parent::__construct();
     $this->db = kernel::database();
 }
Пример #13
0
 public function __construct()
 {
     parent::__construct();
     $this->type = app::get('b2c')->model('goods_type');
 }
Пример #14
0
 public function __construct()
 {
     parent::__construct();
     $this->member_lv_model = app::get('b2c')->model('member_lv');
 }
Пример #15
0
 public function __construct($app)
 {
     parent::__construct();
     $this->app = $app;
     $this->obj_cat = app::get('b2c')->model('goods_cat');
 }