summaryrefslogtreecommitdiffstats
path: root/system/database/DB_result.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-25 04:17:30 +0200
committeradmin <devnull@localhost>2006-09-25 04:17:30 +0200
commita5e812c007b8dfbc4c117df379d63060f08b096a (patch)
treef21c197786638d4579995dbe2da6731617464c60 /system/database/DB_result.php
parentc9a8bab572388bbba541f1cf8f12a46e2103e447 (diff)
Diffstat (limited to 'system/database/DB_result.php')
-rw-r--r--system/database/DB_result.php38
1 files changed, 0 insertions, 38 deletions
diff --git a/system/database/DB_result.php b/system/database/DB_result.php
index abb6b588b..970a0db68 100644
--- a/system/database/DB_result.php
+++ b/system/database/DB_result.php
@@ -243,44 +243,6 @@ class CI_DB_result {
return $result[$this->current_row];
}
- /**
- * Number of rows in the result set
- *
- * @access public
- * @return integer
- */
- function num_rows()
- {
- // Result supplied by the result adaptor class
- }
-
- // --------------------------------------------------------------------
-
- /**
- * Number of fields in the result set
- *
- * @access public
- * @return integer
- */
- function num_fields()
- {
- // Result supplied by the result adaptor class
- }
-
- // --------------------------------------------------------------------
-
- /**
- * Field data
- *
- * Generates an array of objects containing field meta-data
- *
- * @access public
- * @return array
- */
- function field_data()
- {
- // Result supplied by the result adaptor class
- }
}
?> \ No newline at end of file