From c21cca1f4bfd124e5276ea63a356fbea2dc10f22 Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 22 Feb 2010 19:39:23 -0300 Subject: Dumping the output --- .gitignore | 1 + query.php | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 36cb6df..8ae0507 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.swp malete localhost:* +db/* diff --git a/query.php b/query.php index 99e3895..6ef736e 100644 --- a/query.php +++ b/query.php @@ -77,11 +77,12 @@ require 'malete/php/Isis.php'; } ?> -

query reading 1

+

query reading a record

read(1); - echo "
---\n", $r->toString(), "---\n
\n"; + $r = $db->read(522); + echo "
---\n", $r->toString(), "---\n

\n"; + print_r($r); } // end else could contact server ?> -- cgit v1.2.3