Forum Moderators: coopster
Here's the basic structure of a site I'd be working with:
>>> HEADER <<<
>>> HIGH LEVEL NAVIGATION <<<
>>> [contextual] NAVIGATION <<<
[[DYNAMIC CONTENT]]
>>> FOOTER <<<
Is it the preferred practice to store [[DYNAMIC CONTENT]] in a database or to just store the content in the filesystem?
Thanks!
Are you speaking about purely HTML tags, non-dynamic "fixed" content or a dynamic content DB generated?
If you want to store in your DB HTML tags then I do not foresee any advantages
A good way will be to store "pure unformatted content" in your DB
Then call a template that display DB content while formatting the results and displaying those results within the CSS or HTML/CSS template
Does that make sense
Out of curiosity
if the content is static what is the advantage of using a CMS
if you use a CMS it will most certainly call for a templating system which in return will call for dynamic content.
Could you describe the system you envision (CMS)