Class NotifyMessage
- CActiveRecord
-
application\core\model\Model
-
application\modules\message\model\NotifyMessage
Namespace: application\modules\message\model
Located at system/modules/message/model/NotifyMessage.php
Located at system/modules/message/model/NotifyMessage.php
Methods summary
public static
|
|
public
|
|
public
array
|
#
fetchAllNotifyListByUid( integer $uid, string $order = 'ctime DESC', integer $limit = 10, integer $offset = 0 )
消息提醒列表页,以模块分类,最新消息在前 |
public
array
|
#
fetchAllDetailByTimeLine( integer $uid, string $module, integer $limit = 10, integer $offset = 0 )
提醒详情页面,按时间轴排序 |
public
integer
|
|
public
mixed
|
|
public
mixed
|
|
public
boolean
|
|
public
mixed
|
|
public
integer
|
Methods inherited from application\core\model\Model
add()
,
beforeDelete()
,
create()
,
deleteByPk()
,
fetch()
,
fetchAll()
,
fetchAllByAttributes()
,
fetchAllByPk()
,
fetchAllSortByPk()
,
fetchByAttributes()
,
fetchByPk()
,
fetchCache()
,
fetchCaches()
,
getCacheKey()
,
getIsAllowCache()
,
getMaxId()
,
getModelClass()
,
init()
,
modify()
,
remove()
,
updateAll()
,
updateByPk()