Пример #1
0
 function __construct()
 {
     global $_W;
     $this->_weid = $_W['uniacid'];
     $this->_set_info = get_ewei_exam_sysset();
     $init_param = get_init_param();
     $this->_types_config = $init_param['types_config'];
     $this->_answer_array = $init_param['answer_array'];
     //print_r($init_param);exit;
 }
Пример #2
0
 function __construct()
 {
     global $_W;
     $this->_weid = $_W['uniacid'];
     $this->_member = exam_get_userinfo();
     $this->_from_user = $_W['fans']['openid'];
     $this->_set_info = get_ewei_exam_sysset();
     $init_param = get_init_param();
     $this->_types_config = $init_param['types_config'];
     $this->_answer_array = $init_param['answer_array'];
 }
Пример #3
0
 function __construct()
 {
     global $_W;
     $this->_weid = $_W['weid'];
     $this->_from_user = $_W['fans']['from_user'];
     //$this->_from_user = '******';
     $this->_set_info = get_ewei_exam_sysset();
     $init_param = get_init_param();
     $this->_types_config = $init_param['types_config'];
     $this->_answer_array = $init_param['answer_array'];
 }