[v3.3.2] Free Download ZOOevents Joomla
Events are an easy way for third party developers to hook into ZOO system. Right now we distribute a ZOOevents plugin with ZOO, that actually shows you how to register for those events.
Events are a neat concept to listen for actions in ZOO and react to those actions. An action would be the rendering of an item e.g. You could listen to that event and eventually modify the output. This is much like Joomlas plugin system. There are quite a few events predefined in ZOO, have a look at ZOOs config.php to checkout all the events that are already defined. Also checkout the events folder in ZOOs administration folder. There are examples of every event and its parameters.
Basically the workflow would be like this. You include ZOOs config.php to load ZOO. As a second step, you retrieve ZOO app. Then you can connect to ZOOs event dispatcher with any PHP callback.
Demo LinkDirect Download