From ea90622bc4db70b580bfc6bc8dec2b1e5c05e9c7 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Fri, 14 Mar 2008 11:45:13 +0000 Subject: typos --- user_guide/database/active_record.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'user_guide/database/active_record.html') 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 -
-
-

Active Record Class

-

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. -- cgit v1.2.3-24-g4f1b