Пример #1
0
 function DatacallModule()
 {
     parent::__construct();
     $this->type = isset($_REQUEST['type']) ? intval($_REQUEST['type']) : 'goods';
     $this->call_mod =& af('datacall');
     $this->_gcategory_mod =& bm("gcategory");
 }
Пример #2
0
 function OauthModule()
 {
     parent::__construct();
 }
Пример #3
0
 function MsgModule()
 {
     parent::__construct();
     $this->mod_msg =& m('msg');
     $this->mod_msglog =& m('msglog');
 }