diff options
author | admin <devnull@localhost> | 2006-09-25 04:17:30 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-25 04:17:30 +0200 |
commit | a5e812c007b8dfbc4c117df379d63060f08b096a (patch) | |
tree | f21c197786638d4579995dbe2da6731617464c60 /system/database/DB_result.php | |
parent | c9a8bab572388bbba541f1cf8f12a46e2103e447 (diff) |
Diffstat (limited to 'system/database/DB_result.php')
-rw-r--r-- | system/database/DB_result.php | 38 |
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 |