From 93d4fafcf253b7646172fff5e4798a80773aff3f Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 30 Mar 2010 12:12:22 -0300 Subject: Implementing MaleteDb::rows() --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 62a58dd..f2ff677 100644 --- a/index.php +++ b/index.php @@ -22,7 +22,8 @@ $schema = Spyc::YAMLLoad('schemas/anu10.yaml'); //$db = new MaleteDb($schema); $db = new PhpIsisDb($schema); if ($db) { - $result = $db->read(4); + $result = $db->read(1); + //$result = $db->rows(); echo '
';
   print_r($result);
   echo '
'; -- cgit v1.2.3