[Zope] DTML calendar widget
Paul Everitt
Paul@digicool.com
Tue, 9 Feb 1999 18:59:41 -0500
Ty wrote:
> Kent wrote:
> > calendar wrapper in dtml. The one drawback, as mentioned is that
> > a month calendar query may require performing separate queries for
> > each day in the month, depending on the final version. Ty says
> > that if you set caching on the queries, it may not be so bad even
> > still. (I'll let him handle that one :^)
>
> Yes, if performance really becomes an issue there is a trick to this.
In the previous versions of calendars that we've done, we've hooked it
to Z Table (formerly Tabula) and done an index on the date field used.
It winds up taking a lot longer to render the HTML table than cough up
the results :^)
--Paul