Skip to content

Commit

Permalink
Added to the autoload file itself
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierumbelow committed Dec 27, 2011
1 parent 8a65002 commit 08daf19
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions application/config/autoload.php
Expand Up @@ -50,6 +50,7 @@
| 4. Custom config files
| 5. Language files
| 6. Models
| 7. Directories
|
*/

Expand Down Expand Up @@ -137,6 +138,18 @@

$autoload['model'] = array();

/*
| -------------------------------------------------------------------
| Auto-load Directories
| -------------------------------------------------------------------
| Prototype:
|
| $autoload['directories'] = array(APPPATH.'presenters/*', '/some/php/directory/*_test.php');
|
*/

$autoload['directories'] = array();


/* End of file autoload.php */
/* Location: ./application/config/autoload.php */

0 comments on commit 08daf19

Please sign in to comment.