\eapie\source\table\useruser_evaluate

Summary

Methods
Properties
Constants
get_unique_id()
insert()
update()
delete()
remove()
find_where()
select_where()
select_score()
check_module()
$check
CACHE_KEY
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

CACHE_KEY

CACHE_KEY = array(__CLASS__) : string

缓存的键列表

Properties

$check

$check : array

数据检测

Type

array

Methods

get_unique_id()

get_unique_id() : string

获取一个id号

Returns

string

insert()

insert(  $data = array(),   $call_data = array()) 

Parameters

$data
$call_data

update()

update(  $where = array(),   $data = array(),   $call_data = array()) 

Parameters

$where
$data
$call_data

delete()

delete(  $call_where = array()) 

Parameters

$call_where

remove()

remove(  $user_evaluate_id = '') 

Parameters

$user_evaluate_id

find_where()

find_where(array  $call_where = array()) : array

查一条记录,根据条件

Parameters

array $call_where

查询条件

Returns

array

select_where()

select_where(array  $select = array(), array  $call_where = array()) : array

查询

Parameters

array $select

[查询字段]

array $call_where

[查询条件]

Returns

array

select_score()

select_score(string  $module, array  $keys) : array

查询评价评分

Parameters

string $module

[模块]

array $keys

[模块主键ID,索引数组]

Returns

array

check_module()

check_module(string  $val) : boolean

检测模块标签

Parameters

string $val

Returns

boolean