Beispiel #1
0
 public function __construct($id, $module = null)
 {
     parent::__construct($id, $module);
     $this->product_model = new Product();
     $this->productType_model = new ProductType();
     $this->productPublish_model = new ProductPublish();
     $this->user_model = new User();
     $this->userInfo_model = new Userinfo();
     $this->userProductBuy_model = new UserProductBuy();
     $this->tradingRecord_model = new TradingRecord();
     $this->withdrawCash_model = new WithdrawCash();
     $this->appoint_model = new Appoint();
     $this->xintuoDetail_model = new XintuoDetail();
     $this->fundDetail_model = new FundDetail();
     $this->testTrade_model = new TestTrade();
     $this->_api_url_idCard = "http://op.juhe.cn/idcard/query";
 }
Beispiel #2
0
 public function __construct($id, $module = null)
 {
     parent::__construct($id, $module);
     $this->user_model = new User();
     $this->userInfo_model = new Userinfo();
 }
Beispiel #3
0
 public function __construct($id, $module = null)
 {
     parent::__construct($id, $module);
     //        $this->user_model = new User();
     //        $this->position_model = new Position();
 }