function AlipayconnectApp()
 {
     parent::__construct();
     $this->_bink_mod =& m('member_bind');
     $this->_app = 'alipay';
     $this->alipay_config = $this->_hook('on_alipay_login');
 }
 function XwbconnectApp()
 {
     parent::__construct();
     $this->_bink_mod =& m('member_bind');
     $this->_app = 'xwb';
     $this->xwb_config = $this->_hook('on_xwb_login');
 }
Esempio n. 3
0
 function ArticleApp()
 {
     parent::__construct();
     $this->_article_mod =& m('article');
     $this->_acategory_mod =& m('acategory');
     $this->assign("m", "story");
 }
Esempio n. 4
0
 function ArticleApp()
 {
     parent::__construct();
     $this->_article_mod =& m('article');
     $this->_acategory_mod =& m('acategory');
     /* 获得系统分类cate_id数据 */
     $this->_ACC = $this->_acategory_mod->get_ACC();
 }
Esempio n. 5
0
 function GselectorApp()
 {
     parent::__construct();
     $this->_is_dialog = isset($_GET['dialog']);
     $this->_store_id = empty($_GET['store_id']) ? 0 : intval($_GET['store_id']);
     $this->_title = empty($_GET['title']) ? 'gselector' : trim($_GET['title']);
     $this->_store_mod =& m('store');
     $this->assign('title', Lang::get($this->_title));
 }
Esempio n. 6
0
 function LogistApp()
 {
     parent::__construct();
     $this->_store_mod =& m('store');
     $this->_region_mod =& m('region');
     $this->_delivery_mod =& m('delivery_template');
     $this->_goods_mod =& m('goods');
     $this->_address_mod =& m('address');
 }
Esempio n. 7
0
 function SearchApp()
 {
     parent::__construct();
     $this->_gcategory_mod =& bm('gcategory');
     $this->_goods_mod =& m('goods');
 }
Esempio n. 8
0
 function WeixinApp()
 {
     parent::__construct();
     $this->my_wxkeyword_mod =& m('wxkeyword');
     $this->my_wxconfig_mod =& m('wxconfig');
 }
Esempio n. 9
0
 function ChannelApp()
 {
     parent::__construct();
     $this->_channel_mod =& af('channels');
     $this->_gcategory_mod =& bm('gcategory', array('_store_id' => 0));
 }