View on GitHub

JuKuCMS

Open Source CMS should be the fastest CMS world wide (WIP).

Events

Throw event

Example:

Events::throwEvent("event-name", array(
	'file' => &$file,
	'template' => &$this,
	'template_instance' => &$this->template,
	'registry' => &$registry
));

Event Namespace

Event List