Example #1
0
 function GoodsApp()
 {
     parent::__construct();
     $this->_goods_mod =& m('goods');
     $this->_gradegoods_mod =& m('gradegoods');
     //by cengnlaeng
 }
 function GroupbuyApp()
 {
     $this->_groupbuy_mod =& m('groupbuy');
     $this->_goods_mod =& m('goods');
     parent::__construct();
     $this->_visitor = $this->visitor->info;
 }
Example #3
0
 function GoodsApp()
 {
     parent::__construct();
     $this->_goods_mod =& m('goods');
     $this->_member_mod =& m('member');
     $this->_order_goods_mod =& m('ordergoods');
 }
Example #4
0
 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');
 }
Example #5
0
 function GoodsApp()
 {
     parent::__construct();
     $this->_goods_mod =& m('goods');
 }
 function third_loginApp()
 {
     parent::__construct();
 }