\eapie\source\table\househouse_filing

Summary

Methods
Properties
Constants
get_unique_id()
insert()
update()
find()
find_where()
select_page()
select_where()
sql_get_count_by_house_product_id()
sql_get_count_unread_by_house_product_id()
$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__, 'house_product') : 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(  $call_where = array(),   $data = array()) 

Parameters

$call_where
$data

find()

find(string  $id = '') : array

查一条记录,根据主键

Parameters

string $id

商家用户表ID

Returns

array

find_where()

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

查一条记录,根据条件

Parameters

array $call_where

查询条件

Returns

array

select_page()

select_page(array  $config = array()) : array

分页数据

Parameters

array $config

配置参数

Returns

array

select_where()

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

查询多条

Parameters

array $select

[查询字段]

array $call_where

[查询条件]

Returns

array

sql_get_count_by_house_product_id()

sql_get_count_by_house_product_id(string  $table) : string

子查询——获取报备量,根据楼盘ID

Parameters

string $table

[表名]

Returns

string

sql_get_count_unread_by_house_product_id()

sql_get_count_unread_by_house_product_id(string  $table) : string

子查询——获取未读报备量,根据楼盘ID

Parameters

string $table

[表名]

Returns

string