summaryrefslogtreecommitdiffstats
path: root/system/database/DB_result.php
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-03-19 21:12:03 +0100
committerTimothy Warren <tim@timshomepage.net>2012-03-19 21:12:03 +0100
commit833d504a91f7c85fa2985bcff5016a052972bd7a (patch)
tree47a6e35a1a3cec3df81282d5d21426dbd58e189e /system/database/DB_result.php
parent7eeda537a1fa8dc3a60bbdb88a7e473cc909f590 (diff)
Made the rest of the db classes abstract \n
except for the DB_cache class, because I'm not sure if it is directly called
Diffstat (limited to 'system/database/DB_result.php')
-rw-r--r--system/database/DB_result.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_result.php b/system/database/DB_result.php
index c3cdd24ff..d0205e0fd 100644
--- a/system/database/DB_result.php
+++ b/system/database/DB_result.php
@@ -36,7 +36,7 @@
* @author EllisLab Dev Team
* @link http://codeigniter.com/user_guide/database/
*/
-class CI_DB_result {
+abstract class CI_DB_result {
public $conn_id = NULL;
public $result_id = NULL;