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

  • AttentionController
  • BaseController
  • CommentController
  • DashboardController
  • DefaultController
  • ReviewController
  • ShareController
  • StatsController

Class StatsController

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

Methods summary

public
# init( )

初始化检查有无安装统计模块

初始化检查有无安装统计模块

Overrides

application\core\controllers\Controller::init
protected string
# getSidebar( )

取得侧栏导航

取得侧栏导航

Returns

string

Overrides

application\modules\diary\controllers\BaseController::getSidebar
public
# actionPersonal( )

个人统计

个人统计

public
# actionReview( )

评阅统计

评阅统计

protected array
# getData( )

获取通用视图数据

获取通用视图数据

Returns

array

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

checkIsHasSub(), getAjaxSidebar(), getAutoReviewStamp(), getDiaryConfig(), getIsAllowComment(), getSidebarData(), getStamp(), getUnreviews(), issetAttention(), issetAutoReview(), issetShare(), issetSharecomment(), issetStamp(), search()

Methods inherited from application\core\controllers\Controller

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

Constants summary

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

COMPLETE_FALG, UNSTART_FALG

Constants inherited from application\core\controllers\Controller

DEFAULT_JSONP_HANDLER

Properties summary

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

$_condition

Properties inherited from application\core\controllers\Controller

$layout

IBOS open source API documentation generated by ApiGen