function DatacallModule() { parent::__construct(); $this->type = isset($_REQUEST['type']) ? intval($_REQUEST['type']) : 'goods'; $this->call_mod =& af('datacall'); $this->_gcategory_mod =& bm("gcategory"); }
function OauthModule() { parent::__construct(); }
function MsgModule() { parent::__construct(); $this->mod_msg =& m('msg'); $this->mod_msglog =& m('msglog'); }