diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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>'; |