From 70539fe94d67cb4bdde7edce8a26873343d3c240 Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 18 Aug 2010 12:00:21 -0300 Subject: Moving tests to apps folder --- apps/test.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 apps/test.php (limited to 'apps/test.php') diff --git a/apps/test.php b/apps/test.php new file mode 100644 index 0000000..2b1fe5c --- /dev/null +++ b/apps/test.php @@ -0,0 +1,28 @@ +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 '
'; +} + +$display->footer(); -- cgit v1.2.3