Derek Jones | 37f4b9c | 2011-07-01 17:56:50 -0500 | [diff] [blame] | 1 | <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 2 | /* |
| 3 | | ------------------------------------------------------------------------- |
| 4 | | Hooks |
| 5 | | ------------------------------------------------------------------------- |
| 6 | | This file lets you define "hooks" to extend CI without hacking the core |
Derek Jones | 37f4b9c | 2011-07-01 17:56:50 -0500 | [diff] [blame] | 7 | | files. Please see the user guide for info: |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 8 | | |
| 9 | | http://codeigniter.com/user_guide/general/hooks.html |
| 10 | | |
| 11 | */ |
| 12 | |
| 13 | |
| 14 | |
| 15 | /* End of file hooks.php */ |
Derek Jones | f0b3994 | 2010-03-25 10:08:20 -0500 | [diff] [blame] | 16 | /* Location: ./application/config/hooks.php */ |