码迷,mamicode.com
首页 > 其他好文 > 详细

yii2 内置事件

时间:2017-05-31 14:20:26      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:php   eve   pre   class   logo   系统   after   code   lan   

1、yii2系统登录

const EVENT_BEFORE_LOGIN = ‘beforeLogin‘;      //登录前 
const EVENT_AFTER_LOGIN = ‘afterLogin‘;       //登录后
const EVENT_BEFORE_LOGOUT = ‘beforeLogout‘;   //退出前
const EVENT_AFTER_LOGOUT = ‘afterLogout‘;     //退出后

yii2 内置事件

标签:php   eve   pre   class   logo   系统   after   code   lan   

原文地址:http://www.cnblogs.com/pcx105/p/6923212.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!