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
  • CategoryController
  • CommentController
  • DashboardController
  • DefaultController

Class BaseController

CController
Extended by application\core\controllers\Controller
Extended by application\modules\article\controllers\BaseController

Direct known subclasses

application\modules\article\controllers\CategoryController, application\modules\article\controllers\DefaultController

Namespace: application\modules\article\controllers
Copyright: Copyright © 2008-2013 IBOS Inc
Author: gzwwb gzwwb@ibos.com.cn
Located at system/modules/article/controllers/BaseController.php

Methods summary

public string
# getSidebar( $catid = 0 )

得到侧栏视图渲染结果

得到侧栏视图渲染结果

Returns

string
protected boolean
# getVoteInstalled( )

是否有安装投票模块

是否有安装投票模块

Returns

boolean
protected boolean
# getEmailInstalled( )

是否安装邮件模块

是否安装邮件模块

Returns

boolean
protected array
# getCategoryOption( )

获得下拉框选择选项列、生成分类树所需数据

获得下拉框选择选项列、生成分类树所需数据

Returns

array
public array
# getDashboardConfig( )

取得后台配置数据

取得后台配置数据

Returns

array
$result

Methods inherited from application\core\controllers\Controller

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

Constants summary

integer ARTICLE_TYPE_DEFAULT

默认信息类型:文章

默认信息类型:文章

# 0
integer ARTICLE_TYPE_PICTURE

信息类型:图片

信息类型:图片

# 1
integer ARTICLE_TYPE_LINK

信息类型:超链接

信息类型:超链接

# 2

Constants inherited from application\core\controllers\Controller

DEFAULT_JSONP_HANDLER

Properties summary

protected integer $catid

分类id

分类id

# 0
protected string $condition

条件

条件

# ''

Properties inherited from application\core\controllers\Controller

$layout

IBOS open source API documentation generated by ApiGen