On 1/13/06, Bill Moseley <[EMAIL PROTECTED]> wrote: > I want to store templates in the database, and I'm just looking for > tips or ideas from others that may also be doing this.
Before you go too far down this path on your own, take a look at how Slash does it. The Slash::Display::Provider[0] module is a Template::Provider subclass, and correctly handles caching and all that fun stuff. Slash doesn't use hierarchical URIs, though, so it doesn't solve this problem. [0] http://cvs.sourceforge.net/viewcvs.py/slashcode/slash/Slash/Display/Provider/Provider.pm?rev=1.15&view=auto -- (darren) _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
