diff options
author | admin <devnull@localhost> | 2006-09-26 20:17:19 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-26 20:17:19 +0200 |
commit | 41a1685573aa0ede15a9bf7b373c36a0406fb19d (patch) | |
tree | 468a2dc35ae91f3450b99fb0c853284877c0cf28 /system/database/DB_utility.php | |
parent | f0839f3bb0fc8b13a1d9b64ed4a7ff86147be9ae (diff) |
Diffstat (limited to 'system/database/DB_utility.php')
-rw-r--r-- | system/database/DB_utility.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/database/DB_utility.php b/system/database/DB_utility.php index 3b4b09d6e..00e20c6c6 100644 --- a/system/database/DB_utility.php +++ b/system/database/DB_utility.php @@ -31,6 +31,12 @@ class CI_DB_utility { var $db; + /** + * Constructor + * + * Grabs the CI super object instance so we can access it. + * + */ function CI_DB_utility() { // Assign the main database object to $this->db |