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 191 | Next

James Kennard

"Mastering Joomla! 1.5 Extension and Framework Development"


Plugin Groups
Plugins are organized into different groups. Each plugin group is designed to handle
a specific set of events. There are eight core groups:
authentication
content
editors
editors-xtd
search
system
user
xmlrpc
??? ??? ??? ??? ??? ??? ??? ???
Plugin Design
[ 142 ]
Each of these groups performs different functions, we will discuss precisely what
they are and how they handle them in a moment.
In addition to the core groups, we can create plugins that belong to other groups. For
example, if we created a component named Foobar and we wanted to add plugins
specifically for that component we could create a custom plugin group called foobar.
The following sections describe each of the core plugin groups, and creating
new plugins for the groups. At the end of each of these sections, we detail the
related events.
There are no strict rules regarding which event listeners belong to which group.
However using the events in the groups described below will ensure that the plugin
is loaded when these events occur.


Pages:
179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203