\Symptom_model

Model Class

Summary

Methods
Properties
Constants
__construct()
__get()
getAppBbsList()
getAppBbsBetterList()
gethotBbslist()
getsymptomRow()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$table
N/A

Properties

$table

$table : 

Type

Methods

__construct()

__construct() : void

Class constructor

__get()

__get(string  $key) 

__get magic

Allows models to access CI's loaded classes using the same syntax as controllers.

Parameters

string $key

getAppBbsList()

getAppBbsList(  $limit = 10,   $start) 

获取热帖

Parameters

$limit
$start

getAppBbsBetterList()

getAppBbsBetterList(  $limit = 10,   $start) 

获取精贴

Parameters

$limit
$start

gethotBbslist()

gethotBbslist(  $stime,   $etime) 

Parameters

$stime
$etime

getsymptomRow()

getsymptomRow(  $report_id,   $select = 'name,score') 

获取单条数据

Parameters

$report_id
$select