From 5288d2bd1572f6c1f59ba87bb111ba9344f2f9a9 Mon Sep 17 00:00:00 2001 From: Silvio Date: Thu, 8 Apr 2010 15:56:59 -0300 Subject: Minor fixes --- tests/read.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/read.php b/tests/read.php index bc3221e..933d844 100644 --- a/tests/read.php +++ b/tests/read.php @@ -11,6 +11,8 @@ + + array( 'implementation' => 'PhpIsis', - 'database' => 'tupi', + 'database' => 'anu10', ), 1 => array( 'implementation' => 'Malete', - 'database' => 'tupi', + 'database' => 'anu10', ), ); @@ -37,13 +39,17 @@ foreach ($configs as $config) { $rows = $isis->db->rows(); // Format output. + echo ''; } } ?> + +
'; echo '
';
-    echo "Connection test:\n";
+    echo 'Implementation: '. $config['implementation'] ."\n";
     echo "Rows: $rows\n";
     print_r($result);
     echo '
'; + echo '
-- cgit v1.2.3