On Mon, 2004-08-30 at 16:24, Dennis Daupert wrote: > I'm trying to learn how to store my templates in a database > and use from there.
Are you really sure you want to do this? It's usually a bad idea. Putting files (templates, images, etc.) in your database makes them hard to edit and breaks all of the good tools (grep, locate, emacs, cvs, etc.) that exist for file manipulation. It's one of those things that sounds cool but is almost always a mistake in the end. - Perrin _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
