SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 205 | Next

James Kennard

"Mastering Joomla! 1.5 Extension and Framework Development"

This list shows the order in which the four events occur:
onAfterInitialize
onAfterRoute
onAfterDispatch
onAfterRender
If you look at the diagrams we used to describe the process from request to response
in Chapter 2, you will see that each of these events is triggered at a very special point.
onAfterDispatch
Description Occurs after the application has been dispatched.
onAfterInitialize
Description Occurs after the application has been initialized.
onAfterRender
Description
Occurs after the application has been rendered, but before the response has
been sent.
onAfterRoute
Description Occurs after the application has been routed.
User
User plugins allow additional processing during user-specific events. This is
especially useful when used in conjunction with a component that defines tables that
are associated to the core #__users table.
We will take the event onAfterUserStore as an example. This event is triggered
after an attempt has been made to store a user's details. This includes new and
existing users.


Pages:
193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217