inc_element_exam_shijuan.php

来自「PPExam 是一个通用的在线考试系统」· PHP 代码 · 共 73 行

PHP
73
字号
<?php
Iimport('Element');
class Element_Exam_Shijuan extends Element {
	
	function __construct() {
		$configs = array (
		    'table' => '##__exam_shijuan',
		    'prikey' => 'id',
		    'unikey' => '',
		    'auto' => true,
		    'usecache' => true,
		    'safearray' => 
		    array ('id',
				'title',
				'descrip',
				'overdescrip',
				'dotime',
				'limitime',
				'start',
				'end',
				'shitimix',
				'fenmix',
				'timemix',
				'descripmix',
				'lvlmix',
				'kfmix',
				'fensize',
				'money',
				'mtype',
				'tiku',
				'class',
				'fix',
				'xinli',
				'random',
				'selfpf',
				'open',
				'protect',
				'cjbm',
				'kjdata',
				'protecttime',
				'ktimes',
				'ltime',
				'jrate',
				'jnum',
				'jmtype',
				'adminid',
				'okrate',
				'okban',
				'helplink',
				'dotimes',
				'dtuptime',
				'totals',
				'showadmin',
				'dostyle',
				'allowcolleges',
				'allowpros',
				'allowgrades',
				'allowgroups',
				'allowclass',
				'allowclasses',
				'allowbids',
				'andor',
				'del',
				'time',
				),
		 	);
		parent::__construct($configs);
	}
	
	function Element_Exam_Shijuan() {
		$this->__construct();
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?