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 CategoryController

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

Methods summary

public
# init( )

初始化当前分类对象

初始化当前分类对象

Overrides

application\core\controllers\Controller::init
public
# actionIndex( )

默认动作

默认动作

public
# actionAdd( )

新建

新建

public
# actionEdit( )

编辑

编辑

public
# actionDel( )

删除

删除

protected
# move( )

移动

移动

protected
# getApproval( )

获得所有审批流程

获得所有审批流程

protected
# getCurApproval( )

获取某个分类的审批流程

获取某个分类的审批流程

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

getCategoryOption(), getDashboardConfig(), getEmailInstalled(), getSidebar(), getVoteInstalled()

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\article\controllers\BaseController

ARTICLE_TYPE_DEFAULT, ARTICLE_TYPE_LINK, ARTICLE_TYPE_PICTURE

Constants inherited from application\core\controllers\Controller

DEFAULT_JSONP_HANDLER

Properties summary

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

$catid, $condition

Properties inherited from application\core\controllers\Controller

$layout

IBOS open source API documentation generated by ApiGen