From 2ed76d5ac89ec7869dcb64c050360fb2f99e9326 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 2 Sep 2006 17:34:52 +0000 Subject: --- user_guide/general/hooks.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'user_guide/general/hooks.html') diff --git a/user_guide/general/hooks.html b/user_guide/general/hooks.html index 33d343d82..a780a5cdd 100644 --- a/user_guide/general/hooks.html +++ b/user_guide/general/hooks.html @@ -69,6 +69,12 @@ For example, you might want to run a script right before your controllers get lo your own scripts in some other location.

+

Enabling Hooks

+ +

The hooks feature can be globally enabled/disabled by setting the following item in the application/config/config.php file:

+ +$config['enable_hooks'] = TRUE; +

Defining a Hook

-- cgit v1.2.3-24-g4f1b