Skip to content

Commit

Permalink
auto load html helper.
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Sep 24, 2014
1 parent f13a906 commit 7e2bd55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/autoload.php
@@ -0,0 +1,4 @@
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');

$autoload['helper'] = array('html');
$autoload['config'] = array('template');

0 comments on commit 7e2bd55

Please sign in to comment.