Re: [PHP-DB] Database Design Recommendations

2004-11-02 Thread -{ Rene Brehmer }-
At 23:36 01-11-2004, Eric Cranley wrote: I tried to find this in the archives. If I missed it, my apologies in advance. I'm developing an intranet for my company, and we are planning on putting sensitive information on it. I've already setup a login system using sessions, but I'm not sure how to ma

Re: [PHP-DB] Database Design Recommendations

2004-11-02 Thread Miles Thompson
Eric, Your second approach is fine. It's denormalized, extensible, and can be manipulated using tools you put in place. You may want to consider "groups" as well, thus people belonging to a group could view/edit pages, that has the potential to save a lot of administrative scut work. A table

RE: [PHP-DB] Database Design Recommendations

2004-11-02 Thread Hutchins, Richard
e time of building one from scratch and troubleshooting it. Good luck. Rich -Original Message- From: Eric Cranley [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 5:36 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Database Design Recommendations I tried to find this in the archives

[PHP-DB] Database Design Recommendations

2004-11-02 Thread Eric Cranley
I tried to find this in the archives. If I missed it, my apologies in advance. I'm developing an intranet for my company, and we are planning on putting sensitive information on it. I've already setup a login system using sessions, but I'm not sure how to manage and store permissions, such as who