Class Calendars
- CActiveRecord
-
application\core\model\Model
-
application\modules\calendar\model\Calendars
Namespace: application\modules\calendar\model
Copyright: Copyright © 2008-2013 IBOS Inc
Author: gzhzh gzhzh@ibos.com.cn
Located at system/modules/calendar/model/Calendars.php
Copyright: Copyright © 2008-2013 IBOS Inc
Author: gzhzh gzhzh@ibos.com.cn
Located at system/modules/calendar/model/Calendars.php
Methods summary
public static
|
|
public
|
|
public
array
|
|
public
array
|
#
listCalendarByRange( dateline $sd, dateline $ed, integer $uid = '', integer $num = null )
获取某段时间内的日程安排 |
public
array
|
#
updateSchedule( integer $calendarid, dateline $st, dateline $et, string $sj, integer $cg, integer $iad, integer $su = null )
更新某个日程 |
public
array
|
|
public
|
|
public
array
|
|
public
array
|
|
public
array
|
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()