Seeking: Good information on building user rights management

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
yonthebeach
Forum Newbie
Posts: 1
Joined: Fri Aug 25, 2006 2:30 am

Seeking: Good information on building user rights management

Post by yonthebeach »

Hi,

i am searching for a good tutorial or information on the net on building a user rights management. I mean something lilke:

User has rights to create a new car, may delete his own cars, may delete all cars, ...

can someone help

thank you
yavuz bogazci
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

privileges or permissions would be better terms to search for than rights. FYI
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

access control list(s) too. :)
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

PHP Anthology Part 2 (that's a book) has a whole section on such things. PHP Cookbook (another book) has about 10 recipes as well. Which reminds me I really must get that book back from my friend before he losses it :P
Post Reply