I want to hook into some Yii application events but I cannot find any sort of documentation listing out the events available. All I have been able to find were a few pages on ‘onBeginRequest’ and ‘onEndRequest’. Are there any others?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I can’t remember having seen a complete list of all events of all classes, but if you browse through the documentation of the classes you need events for, you will find all there are…
For Example there are several in CActiveRecord
As those only apply to Active Records, they are only defined in that class.