コード例 #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
ファイル: search.php プロジェクト: sss201413/ecstore
 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');
 }