commit | 738f53448fecd1a27c7f89965fbfc47b3bafdb9b | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Tue Mar 06 20:43:40 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Tue Mar 06 20:43:40 2012 +0200 |
tree | f7ece2d5bd8755182debd8a9033b1eb1f6b70147 | |
parent | 4c20260e72a4f2aae21417121a864b34bab51496 [diff] [blame] |
Move dsn property from the PDO to CI_DB_driver so other DB drivers can use it without declaring it
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index af496aa..025441f 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;