Add date and hash helpers and autoload them

This commit is contained in:
Karsten Heiken
2011-05-08 19:56:13 +02:00
parent cb63df2405
commit 4b0f9f8099
3 changed files with 63 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ $autoload['libraries'] = array('lang_detect', 'database', 'session', 'access');
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array('url', 'html', 'language');
$autoload['helper'] = array('url', 'html', 'language', 'hash');
/*