Welcome Guest, Not a member yet? Register   Sign In
MY_config.php and MY_url_helper.php not being included in Linux
#4

[eluser]TWP Marketing[/eluser]
I don't use the 'MY_...' prefix on my custom config files.
In your application/config/config.php file, you can autoload customer config like this:

Code:
/*
| -------------------------------------------------------------------
|  Auto-load Config files
| -------------------------------------------------------------------
| Prototype:
|
| $autoload['config'] = array('config1', 'config2');
|
| NOTE: This item is intended for use ONLY if you have created custom
| config files.  Otherwise, leave it blank.
|
*/

$autoload['config'] = array('another_config');


Messages In This Thread
MY_config.php and MY_url_helper.php not being included in Linux - by El Forum - 09-24-2012, 08:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB