From d40338d7cf451f4303b2ae0f0b084d7209eeffe1 Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 6 Aug 2010 15:31:52 -0300 Subject: Moving index.php to navigate.php --- tests/test.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tests/test.php (limited to 'tests/test.php') diff --git a/tests/test.php b/tests/test.php new file mode 100644 index 0000000..ebd465f --- /dev/null +++ b/tests/test.php @@ -0,0 +1,36 @@ + + + + + + + + + +db) { + $result = $isis->db->read(1); + $entries = $isis->db->entries(); + + // Format output. + echo '
';
+  echo "Connection test:\n";
+  echo "Rows: $entries\n";
+  print_r($result);
+  echo '
'; +} + +?> + -- cgit v1.2.3