Welcome Guest, Not a member yet? Register   Sign In
Application Package not finding config files
#1

[eluser]coldscooter[/eluser]
I've got two applications running in my CI deployment. I'm using a separate folder to hold shared resources between the two apps.

Then in autoload.php i have:

Code:
$autoload['packages'] = array(SHARED_RESOURCES_PATH);

I'm finding models and helpers load fine from the shared directory, however i've added a config folder with database.php and this doesn't get loaded.

Anyone know why this would be?




Theme © iAndrew 2016 - Forum software by © MyBB