Welcome Guest, Not a member yet? Register   Sign In
globally disabling protect identifiers
#11

[eluser]pocketmax[/eluser]
I'm using oci8 but that shouldn't matter. Having cross db support is a fundamental requirement for all frameworks. My foo bar db query example should work on all dbs regardless of what type of db it is.

$db['default']['hostname'] = "//192.168.1.4/DEV0";
$db['default']['username'] = "mydev";
$db['default']['password'] = "not going to post this on a forum";
$db['default']['database'] = "";
$db['default']['dbdriver'] = "oci8";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = FALSE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";


Messages In This Thread
globally disabling protect identifiers - by El Forum - 01-14-2010, 11:00 AM
globally disabling protect identifiers - by El Forum - 01-14-2010, 11:20 AM
globally disabling protect identifiers - by El Forum - 01-14-2010, 11:25 AM
globally disabling protect identifiers - by El Forum - 01-14-2010, 11:27 AM
globally disabling protect identifiers - by El Forum - 01-14-2010, 11:44 AM
globally disabling protect identifiers - by El Forum - 01-14-2010, 12:04 PM
globally disabling protect identifiers - by El Forum - 01-14-2010, 01:38 PM
globally disabling protect identifiers - by El Forum - 01-14-2010, 02:05 PM
globally disabling protect identifiers - by El Forum - 01-14-2010, 02:17 PM
globally disabling protect identifiers - by El Forum - 01-14-2010, 02:28 PM
globally disabling protect identifiers - by El Forum - 01-14-2010, 02:46 PM
globally disabling protect identifiers - by El Forum - 09-12-2012, 12:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB