From c644128fdd49a47d791240e0e38b54cd22412bc5 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 4 Jul 2007 23:54:32 +0000 Subject: fixed validation errors... about a zillion of em. --- user_guide/general/hooks.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/general/hooks.html') diff --git a/user_guide/general/hooks.html b/user_guide/general/hooks.html index c864c1edb..0776e32c8 100644 --- a/user_guide/general/hooks.html +++ b/user_guide/general/hooks.html @@ -104,7 +104,7 @@ The following items should be defined in your associative hook array:

Multiple Calls to the Same Hook

-

If want to use the same hook point with more then one script, simply make your array declaration multi-dimensional, like this: +

If want to use the same hook point with more then one script, simply make your array declaration multi-dimensional, like this:

$hook['pre_controller'][] = array(
@@ -185,7 +185,7 @@ Previous Topic:  Creating Core Classes Top of Page   ·   User Guide Home   ·   Next Topic:  Auto-loading Resources -

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b