query('plant * water'); foreach ($mfns as $n) { echo "---$n\n"; $r = $db->read($n); if ( $r ) while ( $v = $r->mhl() ) echo "$v\n"; } ?>