Class AuthManager
- CDbAuthManager
-
application\core\components\AuthManager
Namespace: application\core\components
Copyright: Copyright © 2012-2014 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/core/components/AuthManager.php
Copyright: Copyright © 2012-2014 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/core/components/AuthManager.php
Properties summary
public
string
|
$itemTable
存储认证项目的表 |
#
'{{auth_item}}'
|
public
string
|
$itemChildTable
the name of the table storing authorization item hierarchy. |
#
'{{auth_item_child}}'
|
public
string
|
$assignmentTable
the name of the table storing authorization item assignments. |
#
'{{auth_assignment}}'
|