PHP Class XconfigModel, thinksns

Author: liuxiaoqing ([email protected])
Inheritance: extends Model
Afficher le fichier Open project: medz/thinksns-4

Protected Properties

Свойство Type Description
$fields
$list_name
$tableName
$whiteList 键值白名单,主要用于获取和设置配置文件某个

Méthodes publiques

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

Méthodes protégées

Méthode Description
_strip_key ( string $key = '' ) : string 过滤key值

Method Details

_strip_key() protected méthode

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

pageKey_lput() public méthode

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

pagekey_get() public méthode

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

pagekey_lget() public méthode

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

Property Details

$fields protected_oe property

protected $fields

$list_name protected_oe property

protected $list_name

$tableName protected_oe property

protected $tableName

$whiteList protected_oe property

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