From e949696dd9ba44b2bc3ad703d9704ed1d47a6d8f Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 18 Aug 2010 12:22:55 -0300 Subject: Cleaning up samples --- samples/read.php | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'samples/read.php') diff --git a/samples/read.php b/samples/read.php index 835ae60..5a5be04 100644 --- a/samples/read.php +++ b/samples/read.php @@ -8,21 +8,17 @@ require_once '../index.php'; // Draw the document. $display = new CinisisDisplayHelper('Isis Reader'); -?> - - - -open_table(); $configs = array( 0 => array( 'implementation' => 'PhpIsis', 'database' => 'dbname', - ), + ), 1 => array( 'implementation' => 'BiblioIsis', 'database' => 'dbname', - ), + ), ); foreach ($configs as $config) { @@ -45,7 +41,5 @@ foreach ($configs as $config) { } } -?> - -
- +$display->close_table(); +$display->footer(); -- cgit v1.2.3