aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
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 '<pre>';
print_r($result);
echo '</pre>';