From adf5b458bb93cb5ae3c6fc5dc38013f56fc64f07 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Fri, 14 Mar 2008 11:49:10 +0000 Subject: source fixes --- user_guide/database/active_record.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 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 2b46f81aa..b25167c00 100644 --- a/user_guide/database/active_record.html +++ b/user_guide/database/active_record.html @@ -64,9 +64,7 @@ CodeIgniter does not require that each database table be its own class file. It

Beyond simplicity, a major benefit to using the Active Record features is that it allows you to create database independent applications, since the query syntax is generated by each database adapter. It also allows for safer queries, since the values are escaped automatically by the system.

-

Note: If you intend to write your own queries you can disable this class in your database config file, allowing the core database library and adapter to utilize fewer resources.

- -
+

Note: If you intend to write your own queries you can disable this class in your database config file, allowing the core database library and adapter to utilize fewer resources.

- - - -  -

Selecting Data

+

 Selecting Data

The following functions allow you to build SQL SELECT statements.

-- cgit v1.2.3-24-g4f1b