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();