View Single Post
  #3 (permalink)  
Old 05-07-2008, 10:05 AM
t-mow t-mow is offline
Junior Member
 
Join Date: Nov 2007
Location: Elmshorn, Germany
Posts: 9
Send a message via ICQ to t-mow
Default

In most cases, the controller/module will be the resource i think... the action is the privilege, which you can allow or deny to your roles.

So, example:
/blog/article/edit
-> blog = module
-> article = controller
-> edit = action

And then you may have a resource like blog_article and an privilege called "edit".. got it? :P
Reply With Quote