Hi all,
I'm a really newbie in this wonderful framework and I'm developing a little app for a friend of mine. Please help me.
1) I've created two tables: Company, Customers
2) Company has three levels of users: admin, user and reader.
3) Admin has all of the privileges. User can access "its" records, add, delete, update. Reader can view but not to modify.
4)When admin gets logedd-in he can "see" both of the tables (Company, Customers). It's done.
5) Actually I've read the whole tutorial looking for an answer. This is the question: Does anybody know how can I make that when "user A" is logedd-in he shouldn't "see" the "Company" tab. He only can access its own records, add, delete, modify... whatever but I want that "Company" tab is not visible to him (and no one with the "user" or "reader" level).
Sorry for the long explanation but I'm really desperate cause I've read and tried almost everything appeared in tutorials and previous posts.
I really appreciate your help.