コード例 #1
0
 function GoodsApp()
 {
     parent::__construct();
     $this->_goods_mod =& m('goods');
     $this->_gradegoods_mod =& m('gradegoods');
     //by cengnlaeng
 }
コード例 #2
0
 function GroupbuyApp()
 {
     $this->_groupbuy_mod =& m('groupbuy');
     $this->_goods_mod =& m('goods');
     parent::__construct();
     $this->_visitor = $this->visitor->info;
 }
コード例 #3
0
ファイル: goods.app.php プロジェクト: 184609680/wcy_O2O_95180
 function GoodsApp()
 {
     parent::__construct();
     $this->_goods_mod =& m('goods');
     $this->_member_mod =& m('member');
     $this->_order_goods_mod =& m('ordergoods');
 }
コード例 #4
0
ファイル: trace.app.php プロジェクト: 184609680/wcy_O2O_95180
 function TraceApp()
 {
     parent::__construct();
     $this->_goods_mod =& m('goods');
     $this->_member_mod =& m('member');
     $this->_order_goods_mod =& m('ordergoods');
     $this->_uploadedfile_mod =& m('uploadedfile');
     $this->check =& m('check');
     $this->assign("m", 'trace');
 }
コード例 #5
0
ファイル: goods.app.php プロジェクト: zhangxiaoling/ecmall
 function GoodsApp()
 {
     parent::__construct();
     $this->_goods_mod =& m('goods');
 }
コード例 #6
0
 function third_loginApp()
 {
     parent::__construct();
 }