📄 inc_lister_adminuser.php
字号:
<?php
Iimport('Lister');
class Lister_AdminUser extends Lister {
function __construct() {
$configs = array (
'table' => '##__frame_admin',
'where' => '', //need to set
'limit' => '',
'orderby' => '`uid` asc',
'els' => array(),
'safearray' => array ('uid',
'userid',
'name',
'password',
'email',
'telphone',
'ceilphone',
'privkey',
'loginban',
),
);
parent::__construct($configs);
}
function Lister_AdminUser() {
$this->__construct();
}
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -