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

  • AssignmentController
  • AssignmentFinishedController
  • AssignmentUnfinishedController
  • BaseController
  • CalendarController
  • CompanyfileController
  • DefaultController
  • DiaryController
  • DocsController
  • FileController
  • MailController
  • MsgController
  • NewsController
  • PmController
  • SettingController
  • ShareFileController
  • ThreadController
  • ThreadDetailController
  • WeiboController
  • WorkController

Class WeiboController

CController
Extended by application\core\controllers\Controller
Extended by application\modules\mobile\controllers\BaseController
Extended by application\modules\mobile\controllers\WeiboController
Namespace: application\modules\mobile\controllers
Located at system/modules/mobile/controllers/WeiboController.php

Methods summary

public
# actionIndex( )

微博首页

微博首页

public json
# actionAdd( )

发布微博操作,用于AJAX

发布微博操作,用于AJAX

Returns

json
发布微博后的结果信息JSON数据
public
# actionShare( )
public
# actionFeed( )

微博详细页

微博详细页

public
# actionGetCommentList( )

获取评论列表

获取评论列表

public
# actionDigg( )

设置赞与被赞

设置赞与被赞

public
# actionDiggList( )

赞过的人列表 (100个)

赞过的人列表 (100个)

public
# actionFollower( )

粉丝列表

粉丝列表

public
# actionFollowing( )

关注列表

关注列表

protected array
# getFollowData( string $type, integer $uid, integer $offset, $limit )

获取关注数据

获取关注数据

Parameters

$type
是关注还是被关注 (following or follower)
$uid
$offset 分页偏移量
$offset
$limit 每页条数
$limit

Returns

array
一个符合列表输出的数组数据
protected array
# getData( array $var )

获取微博数据

获取微博数据

Parameters

$var

Returns

array
public type
# actionAddComment( )

增加一条评论

增加一条评论

Returns

type

Methods inherited from application\modules\mobile\controllers\BaseController

__get(), __isset(), __set(), filterRoutes(), getAccess(), getUid(), getUser(), init(), userLogin()

Methods inherited from application\core\controllers\Controller

__construct(), actionError(), ajaxReturn(), error(), filterNotAuthModule(), getAssetUrl(), render(), setTitle(), showMessage(), success()

Constants summary

Constants inherited from application\modules\mobile\controllers\BaseController

TIMESTAMP

Constants inherited from application\core\controllers\Controller

DEFAULT_JSONP_HANDLER

Properties summary

Properties inherited from application\modules\mobile\controllers\BaseController

$_extraAttributes, $defaultController, $layout

IBOS open source API documentation generated by ApiGen