From c644128fdd49a47d791240e0e38b54cd22412bc5 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 4 Jul 2007 23:54:32 +0000 Subject: fixed validation errors... about a zillion of em. --- user_guide/database/results.html | 8 ++++---- 1 file changed, 4 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 5b25015bf..f6c1be124 100644 --- a/user_guide/database/results.html +++ b/user_guide/database/results.html @@ -134,7 +134,7 @@ Query Results } -

If you want a specific row returned you can submit the row number as a digit in the first parameter: +

If you want a specific row returned you can submit the row number as a digit in the first parameter:

$row = $query->row(5); @@ -157,7 +157,7 @@ Query Results -

If you want a specific row returned you can submit the row number as a digit in the first parameter: +

If you want a specific row returned you can submit the row number as a digit in the first parameter:

$row = $query->row_array(5); @@ -181,7 +181,7 @@ Query Results

-
+

Result Helper Functions

@@ -235,7 +235,7 @@ Previous Topic:  Queries Top of Page   ·   User Guide Home   ·   Next Topic:  Query Helper Functions -

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b