summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--user_guide/database/active_record.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index 5b7187bcf..2b46f81aa 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -49,17 +49,13 @@ Active Record
</table>
<!-- END BREADCRUMB -->
-
<br clear="all" />
-
<!-- START CONTENT -->
<div id="content">
-
<h1>Active Record Class</h1>
-
<p>CodeIgniter uses a modified version of the Active Record Database Pattern.
This pattern allows information to be retrieved, inserted, and updated in your database with minimal scripting.
In some cases only one or two lines of code are necessary to perform a database action.