Welcome Guest, Not a member yet? Register   Sign In
Problem with Custom config file
#3

[eluser]Unknown[/eluser]
Hmm... seems your right, I was using the database.php config as a template. Thanks for your help, but just out of my sheer curiosity, why does database.php, routes.php,smileys.php etc.. get away with this and I can't?

Code:
$db['dev']['hostname'] = "172.29.97.7";
$db['dev']['username'] = "xxxx";
$db['dev']['password'] = "xxxx";
$db['dev']['database'] = "code_igniter";
$db['dev']['dbdriver'] = "postgre";
$db['dev']['dbprefix'] = "";
$db['dev']['pconnect'] = TRUE;
$db['dev']['db_debug'] = TRUE;
$db['dev']['cache_on'] = FALSE;
$db['dev']['cachedir'] = "";
$db['dev']['char_set'] = "utf8";
$db['dev']['dbcollat'] = "utf8_general_ci";


Messages In This Thread
Problem with Custom config file - by El Forum - 01-13-2011, 08:42 AM
Problem with Custom config file - by El Forum - 01-13-2011, 09:26 AM
Problem with Custom config file - by El Forum - 01-13-2011, 09:37 AM
Problem with Custom config file - by El Forum - 01-13-2011, 10:55 AM
Problem with Custom config file - by El Forum - 01-13-2011, 04:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB