Mercurial > public > src > phphgadmin
comparison admin/application/config/autoload.php @ 49:5fe318ec00e2
Transition to wordpress-style theme integration, reduce logic in view
author | joshjcarrier |
---|---|
date | Fri, 11 Jun 2010 01:37:42 -0700 |
parents | 5e978803799f |
children | f145419ea889 |
comparison
equal
deleted
inserted
replaced
48:f6070bf8c280 | 49:5fe318ec00e2 |
---|---|
37 | Prototype: | 37 | Prototype: |
38 | | 38 | |
39 | $autoload['libraries'] = array('database', 'session', 'xmlrpc'); | 39 | $autoload['libraries'] = array('database', 'session', 'xmlrpc'); |
40 */ | 40 */ |
41 | 41 |
42 $autoload['libraries'] = array('Template', 'session', 'mantis_auth'); | 42 $autoload['libraries'] = array('Template', 'session', 'mantis_auth', 'phphgadmin', 'form_validation'); |
43 | 43 |
44 | 44 |
45 /* | 45 /* |
46 | ------------------------------------------------------------------- | 46 | ------------------------------------------------------------------- |
47 | Auto-load Helper Files | 47 | Auto-load Helper Files |
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', 'hg_directory'); | 54 $autoload['helper'] = array('language', 'form', 'url'); |
55 | 55 |
56 | 56 |
57 /* | 57 /* |
58 | ------------------------------------------------------------------- | 58 | ------------------------------------------------------------------- |
59 | Auto-load Plugins | 59 | Auto-load Plugins |