If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > How can i model this?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-23-07, 03:15
Liuk Liuk is offline
Registered User
 
Join Date: Feb 2007
Posts: 11
How can i model this?

Hello,
I'm not much experienced in db design and i hope you could help me.

I'm developing a web site for a local authority; most of the pages describes what office do and which services they supply.
Other important elements of the site are news and especially election news .

Now, i design my db in this way (capital words refers to Entity) :

OFFICE - supply - SERVICE (one to many relationship)

Now, since most of the website page have the same structure (a Title and one or more section\paragraph which may have a title), i was wondering how to model the website page .
Basically i could have a PAGE entity specialized into NEWS_PAGE, ELECTION_PAGE, INFO_PAGE.
PAGE contains SECTION (one-to-many relationship).
OFFICE and SERVICE have a relationship with INFO_PAGE (i.e. OFFICE-described_in-INFOPAGE).

Do you think this could be a good solution?
Any suggestion?
Thanks.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On