inc_lister_exam_shijuan.php
来自「PPExam 是一个通用的在线考试系统」· PHP 代码 · 共 68 行
PHP
68 行
<?php
Iimport('Lister');
class Lister_Exam_Shijuan extends Lister {
function __construct() {
$configs = array (
'table' => '##__exam_shijuan',
'where' => '', //need to set
'limit' => '',
'orderby' => '`time` desc',
'els' => array(),
'safearray' => array ('id',
'title',
'descrip',
'dotime',
'limitime',
'start',
'end',
'shitimix',
'fenmix',
'timemix',
'kfmix',
'fensize',
'lvlmix',
'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',
'andor',
'del',
'time',
),
);
parent::__construct($configs);
}
function Lister_Exam_Shijuan() {
$this->__construct();
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?