Свойство | Type | Description | |
---|---|---|---|
$_current_id | |||
$primary |
Свойство | Type | Description | |
---|---|---|---|
$_list | |||
$db | |||
$db_select | SelectDb | ||
$table |
Méthode | Description | |
---|---|---|
__call ( $method, $argv ) | ||
__construct ( $db, $table, $primary, $select ) | ||
__set ( $key, $v ) | ||
current ( ) | ||
eq ( $field, $value ) : unknown_type | 增加过滤条件,$field = $value | |
fetch ( $field = '' ) | 获取一条数据 参数可以制定返回的字段 | |
fetchall ( ) | 获取全部数据 | |
filter ( $where ) : null | 过滤器语法,参数为SQL SelectDB的where语句 | |
get ( ) : array | 获取得到的数据 | |
key ( ) | ||
next ( ) | ||
orfilter ( $where ) | 过滤器语法,参数为SQL SelectDB的orwhere语句 | |
params ( array $params ) : boolean | 制定查询的参数,再调用数据之前进行 参数为SQL SelectDB的put语句 | |
rewind ( ) | ||
valid ( ) |
public eq ( $field, $value ) : unknown_type | ||
Résultat | unknown_type |