相思资源网 Design By www.200059.com
新建 app\filters\LoggingFilter 继承 yii\base\ActionFilter
LoggingFilter 的功能: 在指定请求的 action 前后各记录一条日志
<"htmlcode"><"external nofollow" href="http://yii.test/index.php">http://yii.test/index.php"htmlcode">This is a logging for test\beforeAction. This is a testing for system/test. This is a logging for test\afterAction.请求 http://yii.test/index.php"htmlcode">
This is a testing for system/test-one.请求 http://yii.test/index.php"htmlcode">
This is a testing for system/test-two.总结
Yii 中的 ActionFilter(过滤器)相当于 Laravel 中的 Middleware(中间件),beforeAction 相当于前置中间件,afterAction 相当于后置中间件。
相思资源网 Design By www.200059.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
相思资源网 Design By www.200059.com
暂无Yii中特殊行为ActionFilter的使用方法示例的评论...