comparison admin/application/config/autoload.php @ 45:38714da1e5c5

UNSTABLE: Transition to 1.1.x . Fully revised ini management, reduced cohesion, and coming support for hooks, plug-ins, multiple hgweb.configs. Many regression bugs as transitioning.
author joshjcarrier
date Thu, 10 Jun 2010 01:01:53 -0700
parents 6e512b1d054f
children 5e978803799f
comparison
equal deleted inserted replaced
44:46961a5f545c 45:38714da1e5c5
49 | Prototype: 49 | Prototype:
50 | 50 |
51 | $autoload['helper'] = array('url', 'file'); 51 | $autoload['helper'] = array('url', 'file');
52 */ 52 */
53 53
54 $autoload['helper'] = array('language', 'url'); 54 $autoload['helper'] = array('language', 'url', 'hg_directory');
55 55
56 56
57 /* 57 /*
58 | ------------------------------------------------------------------- 58 | -------------------------------------------------------------------
59 | Auto-load Plugins 59 | Auto-load Plugins
93 | NOTE: Do not include the "_lang" part of your file. For example 93 | NOTE: Do not include the "_lang" part of your file. For example
94 | "codeigniter_lang.php" would be referenced as array('codeigniter'); 94 | "codeigniter_lang.php" would be referenced as array('codeigniter');
95 | 95 |
96 */ 96 */
97 97
98 $autoload['language'] = array(); 98 $autoload['language'] = array('phphgadmin');
99 99
100 100
101 /* 101 /*
102 | ------------------------------------------------------------------- 102 | -------------------------------------------------------------------
103 | Auto-load Models 103 | Auto-load Models