Welcome Guest, Not a member yet? Register   Sign In
Multiple Code Igniter Config Folders
#10

[eluser]takasia[/eluser]
It worked - I'm sorry, there was missing */ in my index.php, so silly, god...

Anyway, without messing with the core files:

Put this in your application/config/config.php -> the default one:

require_once CONFIGPATH.‘config’.EXT;

(the same goes to the rest of the config files)

In the index.php:
$this_app_config_folder = “the_path”;
define(‘CONFIGPATH’, str_replace(”\\”, “/”, $this_app_config_folder));


Messages In This Thread
Multiple Code Igniter Config Folders - by El Forum - 07-28-2008, 07:37 PM
Multiple Code Igniter Config Folders - by El Forum - 07-28-2008, 08:26 PM
Multiple Code Igniter Config Folders - by El Forum - 07-28-2008, 08:42 PM
Multiple Code Igniter Config Folders - by El Forum - 07-28-2008, 08:57 PM
Multiple Code Igniter Config Folders - by El Forum - 07-28-2008, 09:10 PM
Multiple Code Igniter Config Folders - by El Forum - 07-28-2008, 10:29 PM
Multiple Code Igniter Config Folders - by El Forum - 07-28-2008, 10:42 PM
Multiple Code Igniter Config Folders - by El Forum - 07-28-2008, 11:06 PM
Multiple Code Igniter Config Folders - by El Forum - 12-14-2010, 08:39 PM
Multiple Code Igniter Config Folders - by El Forum - 12-14-2010, 09:03 PM
Multiple Code Igniter Config Folders - by El Forum - 12-14-2010, 09:23 PM
Multiple Code Igniter Config Folders - by El Forum - 01-24-2011, 05:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB