summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-06 19:43:40 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-06 19:43:40 +0100
commit738f53448fecd1a27c7f89965fbfc47b3bafdb9b (patch)
treef7ece2d5bd8755182debd8a9033b1eb1f6b70147 /system/database/DB_driver.php
parent4c20260e72a4f2aae21417121a864b34bab51496 (diff)
Move dsn property from the PDO to CI_DB_driver so other DB drivers can use it without declaring it
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r--system/database/DB_driver.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index af496aa7f..025441f90 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -40,6 +40,7 @@
*/
class CI_DB_driver {
+ public $dsn;
public $username;
public $password;
public $hostname;