Class DepartmentController
- CController
-
application\core\controllers\Controller
-
application\modules\dashboard\controllers\BaseController
-
application\modules\dashboard\controllers\OrganizationBaseController
-
application\modules\dashboard\controllers\DepartmentController
Namespace: application\modules\dashboard\controllers
Copyright: Copyright © 2012-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/dashboard/controllers/DepartmentController.php
Copyright: Copyright © 2012-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/dashboard/controllers/DepartmentController.php
Methods summary
public
|
|
public
|
|
public
|
|
protected
|
|
protected
boolean
|
|
protected
|
|
protected
|
Methods inherited from application\modules\dashboard\controllers\BaseController
beforeAction()
,
getAccess()
,
getAssetUrl()
,
imgUpload()
,
init()
,
userLogin()
Methods inherited from application\core\controllers\Controller
__construct()
,
actionError()
,
ajaxReturn()
,
error()
,
filterNotAuthModule()
,
filterRoutes()
,
render()
,
setTitle()
,
showMessage()
,
success()
Constants summary
Constants inherited from application\modules\dashboard\controllers\OrganizationBaseController
All_PERMISSION
,
CONTAIN_SUB
,
MEMBER_LIMIT
,
NO_PERMISSION
,
ONLY_SELF
,
SELF_BRANCH
Constants inherited from application\core\controllers\Controller
Properties summary
public
string
|
$selectFormat
下拉选择框字符串格式 |
#
"<option value='\$deptid' \$selected>\$spacer\$deptname</option>"
|