diff options
author | Esen Sagynov <kadishmal@gmail.com> | 2011-08-11 09:41:16 +0200 |
---|---|---|
committer | Esen Sagynov <kadishmal@gmail.com> | 2011-08-11 09:41:16 +0200 |
commit | 2ab2b1e3201a1eca2954ca463df744d5cd2e46cd (patch) | |
tree | 1b0ee555b8e61b7278273f62a27ca3d316abe06c /application/config/hooks.php | |
parent | ee3e594893d28ca6370d24d2a4406c1897959175 (diff) |
Added back /application/* files (removed in previous commit accidently). Corrected formatting/indenting in CUBRID Driver classes. Added myself as the driver author. Applied the MySQL fix, previously accepted in pull request #29, to CUBRID Driver.
Diffstat (limited to 'application/config/hooks.php')
-rw-r--r-- | application/config/hooks.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/application/config/hooks.php b/application/config/hooks.php new file mode 100644 index 000000000..a4ad2be6d --- /dev/null +++ b/application/config/hooks.php @@ -0,0 +1,16 @@ +<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); +/* +| ------------------------------------------------------------------------- +| Hooks +| ------------------------------------------------------------------------- +| This file lets you define "hooks" to extend CI without hacking the core +| files. Please see the user guide for info: +| +| http://codeigniter.com/user_guide/general/hooks.html +| +*/ + + + +/* End of file hooks.php */ +/* Location: ./application/config/hooks.php */
\ No newline at end of file |