Hi,
First of all, thanks for Zach's reply.
I have read nearly all the wiki articles on StatusNet plugin development, but I
was still confused about the concept of EVENT and HOOK.
For example, the PluginA has a event handler.
/****************************************/
//plugina.php
......
class PluginA extends Plugin
{
function onStartPrimaryNav($action)
{
return true;
}
}
......
/****************************************/
The EVENT is StartPrimaryNav, and the HOOK is StartPrimaryNav. Am I right? If
so, does't it mean that the EVENT and the HOOK are same thing?
Regards,
Blue
P.S.
How to use mailing list? reply to [email protected]
directly, or mail to [email protected].
_______________________________________________
StatusNet-dev mailing list
[email protected]
http://lists.status.net/mailman/listinfo/statusnet-dev