> > As I said, putting the permissions into databases is more powerful,
> > but sometimes the above is easier to maintain than a table of permissions,
> > a table of users, a table of which users are in which groups, a table of
> > what permissions each group has, etc.
>
> It looks like it's going to come down to a matter of preference and style on
> this one. Personally, I prefer to keep my preferences in a database so that
> non-programmers can administer them.

Oh, in the one case where I use bitflags, it's stored in a database, but
this way I can have some administer scripts that add values when necessary
and I don't have to alter the table structure.

Mulitple tables is definitely more powerful, but if you've got a simple
permission setup, it can be more maintenance and overhead than it's worth.




---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to