/[webpac]/trunk/openisis/php/query
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/openisis/php/query

Parent Directory Parent Directory | Revision Log Revision Log


Revision 239 - (show annotations)
Mon Mar 8 17:49:13 2004 UTC (20 years ago) by dpavlin
File size: 262 byte(s)
including openisis 0.9.0 into webpac tree

1 <?php
2 require_once('Isis.php');
3 $db = new Isis_Db( null, "cds", new Isis_Server( 'localhost' ) );
4 $mfns = $db->query('plant * water');
5 foreach ($mfns as $n) {
6 echo "---$n\n";
7 $r = $db->read($n);
8 if ( $r )
9 while ( $v = $r->mhl() ) echo "$v\n";
10 }
11 ?>

  ViewVC Help
Powered by ViewVC 1.1.26