I am planing to start a web-based project that involves user registrations just like forums/CMS, but my barrier is that I have not idea how to implement the so-called role-based access control.
I googled for "role-based access control" and I found in the results books about: Design Patters.
Is this related to what I need? Is there a tutorial about implementing this idea? Is the implementation on database-side or language programming-side?
Any reference? Any title?