On Friday 21 March 2003 10:15, Aaron Held wrote:

> To render a form I use something like:
>
> <tr>
> #for $field in $fields::
>     <td>$field.label</td>
> #end
> #for $row in $ResultSet:
>     <tr>
>           #for $field in $row:
>              <td>$field.value</td>
>           #end
>     </tr>
> #end

though, Cheetah doesn't need the colons.



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to