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/libraries/table.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/libraries/table.html') diff --git a/user_guide/libraries/table.html b/user_guide/libraries/table.html index 28fc76d27..330a3da20 100644 --- a/user_guide/libraries/table.html +++ b/user_guide/libraries/table.html @@ -119,7 +119,7 @@ $this->table->add_row('John', 'Green', 'Medium');
echo $this->table->generate(); -

Here is the same example, except instead of individual parameters, arrays are used: +

Here is the same example, except instead of individual parameters, arrays are used:

$this->load->library('table');
@@ -289,7 +289,7 @@ Previous Topic:  FTP Class   &mi Top of Page   ·   User Guide Home   ·   Next Topic:  Image Manipulation Class -

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b