Exemplo n.º 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");
 }
Exemplo n.º 2
0
 function OauthModule()
 {
     parent::__construct();
 }
Exemplo n.º 3
0
 function MsgModule()
 {
     parent::__construct();
     $this->mod_msg =& m('msg');
     $this->mod_msglog =& m('msglog');
 }