From eb217536079197bd1d17cda2c2adf4ba12bad504 Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 18 Aug 2010 12:01:13 -0300 Subject: Moving some apps to the samples folder --- samples/test.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 samples/test.php (limited to 'samples/test.php') diff --git a/samples/test.php b/samples/test.php new file mode 100644 index 0000000..2b1fe5c --- /dev/null +++ b/samples/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