From e334c472fb4be44feec3a73402fc4a2b062cbfc0 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 21 Oct 2006 19:44:22 +0000 Subject: --- user_guide/database/fields.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide/database/fields.html') diff --git a/user_guide/database/fields.html b/user_guide/database/fields.html index 1ae1a392b..8f206638f 100644 --- a/user_guide/database/fields.html +++ b/user_guide/database/fields.html @@ -12,7 +12,7 @@ @@ -80,7 +80,7 @@ foreach ($fields as $field)
} -

2. You can gather the field names associated with any query you run by calling the function +

2. You can gather the field names associated with any query you run by calling the function from your query result object:

@@ -106,7 +106,7 @@ if ($this->db->field_exists('field_name', 'table_name'))
}
-

Note: Replace field_name with the name of the column you are looking for, and replace +

Note: Replace field_name with the name of the column you are looking for, and replace table_name with the name of the table you are looking for.

-- cgit v1.2.3-24-g4f1b