[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Raxan Framework Online Forum • View topic - Trigger plugin event
Page 1 of 1

Trigger plugin event

PostPosted: Tue Jun 22, 2010 8:03 pm
by fc_Orson
How can i trigger an event that occurs with the view of a plugin? The event handler should also be within the plugin class.

Can someone help me please.

Re: Trigger plugin event

PostPosted: Wed Jun 23, 2010 2:42 am
by raymond

Re: Trigger plugin event

PostPosted: Wed Jun 23, 2010 11:08 am
by fc_Orson
Thank you very much it work.