Database Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesDatabase Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old January 13th, 2003, 12:46 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
Hint pls

Hello,

I've plans to design a new webpage and maintain it.well, here it goes...

On the left side of my navigation, i have 3 different topics.Under each topic, i've several sub-topics.
so, when i click on Topic 1, lets assume 4 different subtopics are displayed.
Now under each sub-topic, there are can be some articles.Now, when i click on the article, the content is displayed.

So, in simple words, under 1 topic, there are several sub-topics and under each sub-topic, there are several articles.

well,somebody can give me a hint how my db should look like??will each article would be a table or each sub-topic should be a table??

Thanks for all your suggestions.

Reply With Quote
  #2  
Old January 13th, 2003, 01:04 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
RE: Hint pls

Here's how I would do it....

A table called topics:

id - unique id for each topic
name - name of topic
parent - id of parent topic that this topic is under. 0 if it is a top level topic.


A topic called articles
id - unique id for each article
title - article title
content - article content
topic_id - if of topic that article belongs to.


To pull all top level topics, just

select * from topics where parent = 0

to pull all sub level topics for a upper level topic with an id of 3:

select * from topics where parent = 3

to pull all articles for a sub-topic with id of 7:

select * from articles where topic_id = 7


Hope that helps....

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesDatabase Help > Hint pls


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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 On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway