we have 3 different groups
- User
- Salesman
- Admin

In product table,

- User can view the product info
- Salesman can update/edit some (not all) fields
- Admin can add/delete/edit

in this scenario,
should I create "action" for all of them in product controller,
- user_view
- salesman_view
- salesman_edit
- admin_view
- admin_edit
- admin_delete
- admin_add

and also create 7 View page (thml)  ?


OR there has better solution to do this ?

Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to