From c33739f87ebf10e494f3c4d16ef4d53876f044f2 Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 23 Jul 2010 14:11:20 -0300 Subject: Adding README and naming changes --- tests/read.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/read.php') diff --git a/tests/read.php b/tests/read.php index 2cb49ac..1235c25 100644 --- a/tests/read.php +++ b/tests/read.php @@ -35,14 +35,14 @@ foreach ($configs as $config) { // Test connection. if ($isis->db) { - $result = $isis->db->read(1); - $rows = $isis->db->rows(); + $result = $isis->db->read(1); + $entries = $isis->db->entries(); // Format output. echo ''; echo '
';
     echo 'Implementation: '. $config['implementation'] ."\n";
-    echo "Rows: $rows\n";
+    echo "Rows: $entries\n";
     print_r($result);
     echo '
'; echo ''; -- cgit v1.2.3