IBOS open source
  • Namespace
  • Class

Namespaces

  • application
    • core
      • cache
        • driver
        • provider
      • components
      • controllers
      • engines
        • local
        • sae
      • model
      • modules
      • utils
      • widgets
    • modules
      • article
        • controllers
        • core
        • model
        • utils
      • calendar
        • controllers
        • model
        • utils
      • contact
        • controllers
        • model
        • utils
      • dashboard
        • controllers
        • model
        • utils
      • department
        • components
        • model
        • utils
      • diary
        • components
        • controllers
        • model
        • utils
        • widgets
      • email
        • controllers
        • core
        • model
        • utils
      • main
        • behaviors
        • components
        • controllers
        • model
        • utils
        • widgets
      • message
        • controllers
        • core
          • co
          • wx
            • callback
            • event
        • model
        • utils
      • mobile
        • components
        • controllers
        • utils
      • position
        • components
        • model
        • utils
      • recruit
        • components
        • controllers
        • core
        • model
        • utils
        • widgets
      • role
        • model
        • utils
      • user
        • components
        • controllers
        • model
        • utils
      • vote
        • components
        • controllers
        • model
        • utils
      • weibo
        • controllers
        • core
        • model
        • utils

Classes

  • CalendarRecord
  • Diary
  • DiaryAttention
  • DiaryRecord
  • DiaryShare
  • DiaryStats

Class DiaryShare

CActiveRecord
Extended by application\core\model\Model
Extended by application\modules\diary\model\DiaryShare
Namespace: application\modules\diary\model
Copyright: Copyright © 2008-2013 IBOS Inc
Author: gzwwb gzwwb@ibos.com.cn
Located at system/modules/diary/model/DiaryShare.php

Methods summary

public static
# model( $className = __CLASS__ )
public
# tableName( )
public array
# fetchShareInfoByUid( integer $uid )

通过uid取得用户的默认共享人员信息

通过uid取得用户的默认共享人员信息

Parameters

$uid

Returns

array
$result
public
# delDeftoidByUid( integer $uid )

通过uid删除默认分享人

通过uid删除默认分享人

Parameters

$uid
public array
# addOrUpdateDeftoidByUid( integer $uid, string $value )

通过uid增加或者修改Deftoid的值

通过uid增加或者修改Deftoid的值

Parameters

$uid
$value

Returns

array
添加成功后的用户ID

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()

Properties summary

Properties inherited from application\core\model\Model

$allowCache, $cacheLife

IBOS open source API documentation generated by ApiGen