'MySqli5', 'server' => 'localhost', 'port' => null, 'database' => 'qcodo', 'username' => 'root', 'password' => '', 'profiling' => false))); // Additional Database Connection Strings can be defined here (e.g. for connection #2, #3, #4, #5, etc.) // define('DB_CONNECTION_2', serialize(array('adapter'=>'SqlServer', 'server'=>'localhost', 'port'=>null, 'database'=>'qcodo', 'username'=>'root', 'password'=>'', 'profiling'=>false))); // define('DB_CONNECTION_3', serialize(array('adapter'=>'MySqli', 'server'=>'localhost', 'port'=>null, 'database'=>'qcodo', 'username'=>'root', 'password'=>'', 'profiling'=>false))); // define('DB_CONNECTION_4', serialize(array('adapter'=>'MySql', 'server'=>'localhost', 'port'=>null, 'database'=>'qcodo', 'username'=>'root', 'password'=>'', 'profiling'=>false))); // define('DB_CONNECTION_5', serialize(array('adapter'=>'PostgreSql', 'server'=>'localhost', 'port'=>null, 'database'=>'qcodo', 'username'=>'root', 'password'=>'', 'profiling'=>false))); // Setup the default timezone (if not already specified in php.ini) if (!ini_get('date.timezone')) date_default_timezone_set('America/Los_Angeles'); // To log ALL errors that have occurred, set flag to TRUE define('ERROR_LOG_FLAG', false); // To enable the display of "Friendly" error pages and messages, define them here // define('ERROR_FRIENDLY_PAGE_PATH', '/absolute/path/to/friendly_error_page.html'); // define('ERROR_FRIENDLY_AJAX_MESSAGE', 'Oops! An error has occurred.\r\n\r\nThe error was logged, and we will take a look into this right away.'); // Specify the minimum priority level to log -- use NUMERIC value found in QLogLevel in QLog.class.php define('QCODO_LOG_LEVEL', 6); break; } ?>