From: "Sagi Bashari" <[EMAIL PROTECTED]>
>
> From: "Amir Abiri" <[EMAIL PROTECTED]>
>
> > Comments
> > -Author
> > -DateTime
> > -Body
>
> What about author email? comment subject? will it be threaded? (if yes,
> you'll also need 'parent').

That's the part i was thinking of.
The "Normalized" way to do it would be to make author a foriegn key for the
authors / users table. and then only users post. That doesn't mean only
admins and privileged users, but it means that you can't post if you haven't
registered yet, and that you have to login.

If we don't want to hold a users table other then for admins and not track
any passing user, then this field will hold the user's name, and another
field will hold his email. Then every user that posts has to re-enter his
details, or they are cookied after the first post.

I think the first approach is better.

--
http://abiri-e.com/
"God is a programmer".


----------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED]
Archives available at http://www.mail-archive.com/[email protected]/

Reply via email to