1 <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
3 | -------------------------------------------------------------------------
5 | -------------------------------------------------------------------------
6 | This file lets you define "hooks" to extend CI without hacking the core
7 | files. Please see the user guide for info:
9 | http://codeigniter.com/user_guide/general/hooks.html
13 $hook['pre_controller'][] = array(
15 'function' => 'select_language',
16 'filename' => 'hooks.php',
17 'filepath' => 'hooks',
21 /* End of file hooks.php */
22 /* Location: ./application/config/hooks.php */