I'm trying to understand the event system of Kohana. The only thing i don't understand is, where to place the Event::add code.
It should be in a place where it is executed before any events are fired. Or am I missing something?
What i want to achieve is to construct a class that is available everywhere, but don't realy want to hack it into Kohana.
Can anyone cast a light on this?