Skip to content

Instantly share code, notes, and snippets.

@kiall
Created February 20, 2012 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiall/1870299 to your computer and use it in GitHub Desktop.
Save kiall/1870299 to your computer and use it in GitHub Desktop.
commit 8e25093633513559e911e9c7d8fc65d93744e6d0
Author: Kiall Mac Innes <kiall@managedit.ie>
Date: Mon Feb 20 14:02:43 2012 +0000
Update database config for PSR-0. Refs #4001.
diff --git a/config/database.php b/config/database.php
index 694867b..e2021bd 100644
--- a/config/database.php
+++ b/config/database.php
@@ -4,7 +4,7 @@ return array
(
'default' => array
(
- 'type' => 'mysql',
+ 'type' => 'MySQL',
'connection' => array(
/**
* The following options are available for MySQL:
@@ -29,7 +29,7 @@ return array
'caching' => FALSE,
),
'alternate' => array(
- 'type' => 'pdo',
+ 'type' => 'PDO',
'connection' => array(
/**
* The following options are available for PDO:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment