[Zope-DB] Begginer question
Dieter Maurer
dieter at handshake.de
Tue May 11 14:08:40 EDT 2004
Alexandre Magalhaes wrote at 2004-5-11 12:06 -0300:
>I want to know how can I count the iterations of the
><dtml-in> tag, so I can show a determined number of
>hits of an SQL search in a page for instance and have
>a link to show the next hits.
"dtml-in" defines several "variables" which you can use
inside the "dtml-in". "sequence-number" is what you are
looking for.
The Zope Book should tell you about the defined variables (and
what they mean).
You may also be interested in the "prefix" attribute to "dtml-in".
--
Dieter
More information about the Zope-DB
mailing list