in reply to Where to keep HTML templates for a web application?
By the way, the design of putting templates in the database is pretty bad for usability. Templates are files, and they should live on the filesystem. Otherwise, you end up with a big maintenance problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Where to keep HTML templates for a web application?
by legLess (Hermit) on Feb 10, 2004 at 04:22 UTC | |
by perrin (Chancellor) on Feb 10, 2004 at 04:59 UTC | |
by legLess (Hermit) on Feb 10, 2004 at 06:43 UTC |