Anyone wanna help (Database)

OK, now the part of every database that scares the hell out of me - the archtecture. How do we plan on doing this?

Code:
Product
- id
- name
- info
- price

Reviews
- id
- product id (Points to product ID so we know what it's a review of)
- review
- reviewer

Pics
- id
- product id
Or something more complex?

Code:
Product
- id
- manufacturer [link: Manufacturer.id]
- model
- street price
- power input/output
- T/S spec (where applicable)
- Efficiency (where applicable)
- author id [link: author.id]
- type id [link: type.id]

Type
- id
- kind {subwoofer, amp, comp set, coax, mid, tweeter, enclosure, etc}


Reviews
- id
- item reviewed (product, manufacturer, other review, author, or picture)
- item type (review brand X subs in general, or brand Y comps in general! if applicable)
- item id [link: item reviewed.item id] (if applicable)
- date posted
- review
- author id [link: author.id]

pictures
- id
- item reviewed (product, manufacturer, other review, author, or picture)
- item id [link: item reviewed.item id]
- picture
- author id [link: author.id] 

Authors
- id
- username
- join date
- posts
(It is said a good programmer looks both ways before crossing a one way street.)

Either way can be done, but we need this figured out before we can get to the all important part of putting data into and getting data out of it.

 
You guys ****. =)

I'm going to revise it a little bit, make it a little more flexible, possibly add my patent pending (I wish!) IV technology to allow for an infinitely expandable, if not very efficient, database structure. I'm DVD ripping, so I've got all night. =p

 
get that mofo patented and this site will be one ofa kind //content.invisioncic.com/y282845/emoticons/wink.gif.608e3ea05f1a9f98611af0861652f8fb.gif

 
I'm almost always offline.

Anyway, I guess I am doing the site. Noone else seems to have spoken up. All I wanted to contribute was basic functionality, you know, get data into / out of the database, then let page designers take it from there.

And on that part, all I finished recently is getting the database up on my virtual server. I recalled pretty quickly that I haven't touched MySQL in at least 6 months. Hopefully it's like riding a bike.

 
Activity
No one is currently typing a reply...
Old Thread: Please note, there have been no replies in this thread for over 3 years!
Content in this thread may no longer be relevant.
Perhaps it would be better to start a new thread instead.

About this thread

flakko

5,000+ posts
Veteran (my butt)
Thread starter
flakko
Joined
Location
So Cal
Start date
Participants
Who Replied
Replies
160
Views
6,105
Last reply date
Last reply from
flakko
IMG_0710.png

michigan born

    May 14, 2026
  • 0
  • 0
IMG_0709.png

michigan born

    May 14, 2026
  • 0
  • 0

New threads

Top