|
|
 |
FN-FORUM: Am I approaching this requirement right?
date posted 8th October 2007 12:05
I've added a CMS driven links page to a site. For largely SEO
purposes my client wants to be able to add these links into pretty
much all pages that serve dynamic content so they are relevant to the
context. For certain pages (home / news etc.) this is OK as I can
just add checkboxes to the CMS form and store this in my table
(tblLinks). I can then add the logic to each page to determine
whether to display the link.
However for pages such as this:
http://www.perpetual-solutions.com/vendor-certifications/1/Microsoft.htm
I think I'll need to have a new table just to store external links to
appear in the categories (vendors) of certifications. This means I'll
be adding 4 or so new tables so my client can add links to all pages
that have dynamic content. I can't think of another way to approach
this requirement. It seems like a lot of work though.
Can anyone think of another way to do this?
TIA
Paul
|
 |
|