Looking for phpbb trigger_event -


i trying study phpbb coding patterns. saw code

extract($phpbb_dispatcher->trigger_event('core.viewforum_modify_topics_data', compact($vars))); 

i cannot find code core.viewforum_modify_topics_data. think event dispatcher code, don't know how add this. please me


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -