update() update( $where = array(), $data = array(), $call_data = array()) Parameters $where $data $call_data
get_module_key() get_module_key(string $module, string $key) : boolean 根据模块、主键,获取关注数据 Parameters string $module string $key Returns boolean
find() find(array $user_follow_id = '') : array 获取一条记录,根据主键ID Parameters array $user_follow_id Returns array
find_where() find_where(array $call_where = array()) : array 查一条记录,根据条件 Parameters array $call_where 查询条件 Returns array
select() select(array $config = array()) : array 获取多个数据 $config = array( 'where' => array(), //条件 'orderby' => array(), //排序 'limit' => array(0, page_size), //取出条数,默认不限制 ); Parameters array $config Returns array
get_count() get_count(array $call_where) : integer 查询关注数量 Parameters array $call_where [查询条件] Returns integer
check_module() check_module(string $module) : boolean 检测模块标签 Parameters string $module Returns boolean