Class Application
- CWebApplication
-
application\core\components\Application
Namespace: application\core\components
Copyright: Copyright © 2012-2014 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/core/components/Application.php
Copyright: Copyright © 2012-2014 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/core/components/Application.php
Methods summary
protected
|
|
protected
|
|
public
|
|
public
mixed
|
#
beforeControllerAction( CController $controller, CAction $action )
执行Action前的动作。用于权限验证 step1:强制执行不验证模块的判断 step2:调用各自控制器定义的过滤路由方法,返回false表示验证不通过 step3:调用authManager组件进行路由的验证 |
public
|
|
public
|
|
public
array
|