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

  • BaseController
  • CommentController
  • DashboardController
  • HomeController
  • PersonalController
  • ShareController
  • TopicController

Class HomeController

CController
Extended by application\core\controllers\Controller
Extended by application\modules\weibo\controllers\BaseController
Extended by application\modules\weibo\controllers\HomeController
Namespace: application\modules\weibo\controllers
Copyright: Copyright © 2008-2014 IBOS Inc
Author: banyan banyan@ibos.com.cn
Located at system/modules/weibo/controllers/HomeController.php

Methods summary

public
# actionIndex( )

微博首页

微博首页

public
# actionLoadMore( )

ajax加载更多微博

ajax加载更多微博

public array
# actionLoadNew( )

显示最新微博

显示最新微博

Returns

array
最新微博信息、状态和提示
protected array
# getData( array $var )

获取微博数据

获取微博数据

Parameters

$var

Returns

array

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

__get(), __isset(), __set(), init()

Methods inherited from application\core\controllers\Controller

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

Constants summary

Constants inherited from application\core\controllers\Controller

DEFAULT_JSONP_HANDLER

Properties summary

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

$_extraAttributes

Properties inherited from application\core\controllers\Controller

$layout

IBOS open source API documentation generated by ApiGen