summaryrefslogtreecommitdiffstats
path: root/user_guide/database/active_record.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-03-14 12:45:13 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-03-14 12:45:13 +0100
commitea90622bc4db70b580bfc6bc8dec2b1e5c05e9c7 (patch)
tree739c62a85019e05ac8051e4bf7f0f53467f3ed8f /user_guide/database/active_record.html
parent735ae13b4d4f71b769eb02de7050d6ba4495bf12 (diff)
typos
Diffstat (limited to 'user_guide/database/active_record.html')
-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.