⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 inc_lister_exam_shiti.php

📁 PPExam 是一个通用的在线考试系统
💻 PHP
字号:
<?php
Iimport('Lister');
class Lister_Exam_Shiti extends Lister {
	function __construct() {
		$configs = array (
		    'table' => '##__exam_shiti',
		    'where' => '',	//need to set
		    'limit' => '',
		    'orderby' => '`orderkey` desc,`time` desc',
		    'els' => array(),
		    'safearray' => array ('id',
				'title',
				'type',
				'upid',
				'xuanxiang',
				'daan',
				'jieda',
				'fen',
				'kf',
				'unuse',
				'author',
				'adminid',
				'tikus',
				'level',
				'tag',
				'time',
				'orderkey',
				),
		  );
		parent::__construct($configs);
	}
	
	function Lister_Exam_Shiti() {
		$this->__construct();
	}
}

⌨️ 快捷键说明

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