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 --- apps/test.php | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 apps/test.php (limited to 'apps/test.php') diff --git a/apps/test.php b/apps/test.php deleted file mode 100644 index 2b1fe5c..0000000 --- a/apps/test.php +++ /dev/null @@ -1,28 +0,0 @@ -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