php hooks

Event/Hook class

Event/Hook class

Change log [June 26 2013]: (bugfix) There was a bug in the class(es) where it always tried to return a value from event::trigger even when there were no parameters. [June 24 2013]: I uploaded the wrong zip file. Fixed now. Features Use static class or instantiate multiple event objects or simply use the trait to add event handling for your other classes (I have examples for all of them below!) Listen & Trigger events Temporarily suppres...