Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > General > Database Concepts & Design > Long information text database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-14-07, 06:55
arandomfrog arandomfrog is offline
Registered User
 
Join Date: Jan 2006
Posts: 19
Long information text database

Hey guys

I am enrolling in a Japanese language school in January and I was thinking that perhaps I could help them out by redesigning their website.

http://yamasa.org/acjs/english/index.html

It contains tons of pages with long information texts (i.e click on accommodation) How would I model this kind of information system in a database?

Is there a standard method for this kind of information website? If so could you please point me to a document on the web that describes it or answer me on this thread?

many thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 10-14-07, 10:22
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 9,573
I'm not sure that I understand your question. Are you looking for something like a Content Management System or are you looking for a database schema to actually use with code that you write yourself?

I think that if you are going to do this for a school where you will stay for at most two years and possibly as little as two weeks, you really need to stay with one of the packaged or open source CMS offerings. There is no way that one person can write, manage, document, and train someone to support a home grown package after you leave.

-PatP
Reply With Quote
  #3 (permalink)  
Old 10-20-07, 15:36
arandomfrog arandomfrog is offline
Registered User
 
Join Date: Jan 2006
Posts: 19
I don't think I'll actually do it. I'm just asking how would a CMS store this information in it's database? Would it store it in an organized fashion? or just all text in one table indexed by an ID and then having a field for ..say.. "category" of the text. (i.e news, information, faq etc.)
Reply With Quote
  #4 (permalink)  
Old 10-22-07, 18:41
sco08y sco08y is offline
Registered User
 
Join Date: Oct 2002
Location: Fort Polk, LA
Posts: 500
Quote:
Originally Posted by arandomfrog
I don't think I'll actually do it. I'm just asking how would a CMS store this information in it's database? Would it store it in an organized fashion? or just all text in one table indexed by an ID and then having a field for ..say.. "category" of the text. (i.e news, information, faq etc.)

Yeah, that's pretty much how they work. They also usually use something other than the DBMS's built in capabilities for indexing the text, though some sytems (like MySQL) have pretty good long-text indexing facilities.
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

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