PHP Class XconfigModel, thinksns

Author: liuxiaoqing ([email protected])
Inheritance: extends Model
Show file Open project: medz/thinksns-4

Protected Properties

Property Type Description
$fields
$list_name
$tableName
$whiteList 键值白名单,主要用于获取和设置配置文件某个

Public Methods

Method Description
pageKey_lput ( string $listName = '', array $listData = [] ) : boolean 写入参数列表
pagekey_get ( string $key ) : string 读取数据list:key
pagekey_lget ( string $list_name = '', boolean $nostatic = false ) : array 读取参数列表

Protected Methods

Method Description
_strip_key ( string $key = '' ) : string 过滤key值

Method Details

_strip_key() protected method

过滤key值
protected _strip_key ( string $key = '' ) : string
$key string 只允许格式,数字字母下划线,list:key不允许出现html代码和这些符号 ' " & * % ^ $ ? ->
return string 过滤后的key值

pageKey_lput() public method

写入参数列表
public pageKey_lput ( string $listName = '', array $listData = [] ) : boolean
$listName string 参数列表list
$listData array 存入的数据,形式为key=>value
return boolean 是否写入成功

pagekey_get() public method

读取数据list:key
public pagekey_get ( string $key ) : string
$key string 要获取的某个参数list:key;如果没有:则认为,只有list没有key
return string 相应的list中的key值数据

pagekey_lget() public method

读取参数列表
public pagekey_lget ( string $list_name = '', boolean $nostatic = false ) : array
$list_name string 参数列表list
$nostatic boolean 是否不使用静态缓存,默认为false
return array 参数列表

Property Details

$fields protected property

protected $fields

$list_name protected property

protected $list_name

$tableName protected property

protected $tableName

$whiteList protected property

键值白名单,主要用于获取和设置配置文件某个
protected $whiteList