From e9f4a62b8be6094444ffea4be8e545394ab3e16c Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 29 Mar 2010 18:24:09 -0300 Subject: Minor changes --- isis.php | 6 ++++++ test.php | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/isis.php b/isis.php index 9c8bbc2..4dd0ee2 100644 --- a/isis.php +++ b/isis.php @@ -109,3 +109,9 @@ class MaleteDb implements IsisDb { return $data; } } + +/** + * PHP-Isis implementation of IsisDb. + */ +class PhpIsis implements IsisDb { +} diff --git a/test.php b/test.php index 294edca..18be0c0 100644 --- a/test.php +++ b/test.php @@ -185,13 +185,14 @@ include('contrib/spyc/spyc.php');

Testing pecl-isis

'; $result = isis_search('$', $db); + /* while ($record = isis_fetch_flat_array($result) ) { print (" MFN: $record[mfn]\n"); for ($i=0; $i\n"); } } - + */ echo ''; ?> -- cgit v1.2.3