commit | 833d504a91f7c85fa2985bcff5016a052972bd7a | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Mon Mar 19 16:12:03 2012 -0400 |
committer | Timothy Warren <tim@timshomepage.net> | Mon Mar 19 16:12:03 2012 -0400 |
tree | 47a6e35a1a3cec3df81282d5d21426dbd58e189e | |
parent | 7eeda537a1fa8dc3a60bbdb88a7e473cc909f590 [diff] [blame] |
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
diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php index fe2a677..192b78f 100644 --- a/system/database/DB_forge.php +++ b/system/database/DB_forge.php
@@ -34,7 +34,7 @@ * @author EllisLab Dev Team * @link http://codeigniter.com/user_guide/database/ */ -class CI_DB_forge { +abstract class CI_DB_forge { public $fields = array(); public $keys = array();