From b2a9ceccdb85050cb494e6d0a98b0a49495d29bb Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 1 Oct 2006 03:38:04 +0000 Subject: --- user_guide/database/results.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'user_guide/database/results.html') diff --git a/user_guide/database/results.html b/user_guide/database/results.html index 81abc50f8..75f4357b4 100644 --- a/user_guide/database/results.html +++ b/user_guide/database/results.html @@ -84,6 +84,8 @@ Query Results    echo $row->name;
   echo $row->body;
} + +

The above function is an alias of result_object().

If you run queries that might not produce a result, you are encouraged to test the result first:

@@ -113,10 +115,6 @@ Query Results    echo $row['name'];
   echo $row['body'];
} - -

result('array')

- -

Identical to $this->db->result_array().

row()

-- cgit v1.2.3-24-g4f1b