📄 inc_element_exam_xt.php
字号:
<?php
Iimport('Element');
class Element_Exam_Xt extends Element {
function __construct() {
$configs = array (
'table' => '##__exam_xt',
'prikey' => 'id',
'unikey' => '',
'auto' => true,
'usecache' => true,
'safearray' =>
array ('id',
'sjid',
'tiku',
'stid',
'type',
'orderkey',
'fenzhi',
'koufenzhi',
),
);
parent::__construct($configs);
}
function Element_Exam_Xt() {
$this->__construct();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -