'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))); // (For PHP > v5.1) Setup the default timezone (if not already specified in php.ini) if ((function_exists('date_default_timezone_set')) && (!ini_get('date.timezone'))) date_default_timezone_set('America/Los_Angeles'); // Define the Filepath for the error page (path MUST be relative from the DOCROOT) define('ERROR_PAGE_PATH', __PHP_ASSETS__ . '/_core/error_page.php'); // Define the Filepath for any logged errors define('ERROR_LOG_PATH', __INCLUDES__ . '/error_log'); // To Log ALL errors that have occurred, set flag to true // define('ERROR_LOG_FLAG', true); // To enable the display of "Friendly" error pages and messages, define them here (path MUST be relative from the DOCROOT) // define('ERROR_FRIENDLY_PAGE_PATH', __PHP_ASSETS__ . '/friendly_error_page.php'); // 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.'); break; } ?>