Welcome Guest, Not a member yet? Register   Sign In
switch the default database on the fly
#3

[eluser]Dave Rau[/eluser]
What if all of the config settings are the same except the database name? Is there some shorthand I can use for that?

Code:
$db['default']['hostname'] = "localhost";
$db['default']['username'] = "root";
$db['default']['password'] = "";
$db['default']['database'] = "database_name";
$db['default']['dbdriver'] = "mysql";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = FALSE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";

$db['other_db']['database'] = "other_database_name";

I want the other_db group to inherit all of the properties of the default group except database name; any suggestions on how to do that?


Messages In This Thread
switch the default database on the fly - by El Forum - 09-18-2008, 09:45 AM
switch the default database on the fly - by El Forum - 09-18-2008, 09:53 AM
switch the default database on the fly - by El Forum - 09-18-2008, 09:57 AM
switch the default database on the fly - by El Forum - 09-18-2008, 10:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB