/[webpac]/trunk2/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 /trunk2/openisis/php/query

Parent Directory Parent Directory | Revision Log Revision Log


Revision 337 - (show annotations)
Thu Jun 10 19:22:40 2004 UTC (19 years, 9 months ago) by dpavlin
File size: 262 byte(s)
new trunk for webpac v2

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