|
From: <as...@en...> - 2001-04-12 19:00:08
|
> > does index.pl also know the section's display title?
> [% USE Slash; sections = Slash.db.getDescriptions("sections") %]
>
> [% sections.${form.section} %]
>
> Now, there is an extra performance hit to call the getDescriptions method
> (did you know you can call any Slash::DB method that way?), but the data
is
> cached, so it is not a big hit as far as data access is concerned.
>
> Chris Nandor
Works very nicely. Just right, and no I didn't know, but now I do! (I'm
using it for a "Home > Sham Supersection > Section" navigation tree at the
top of each screen.)
Thanks a lot,
Adam K
as...@en...
|