Click here to Skip to main content
16,022,362 members

Comments by zaeban (Top 1 by date)

zaeban 4-Apr-11 17:04pm View    
Can you explain a little bit what you mean by defining a proper classes? On what ground I will define this classes? I need to gather info from database to extract privileges for single user. Do you say that I should keep instances of classes that are available for the user?
Can you describe with short algorithm whole process(from login to UserRights usage)?

1. int field in db will keep user privileges(or ?)
2. UserRights class will retrive info at logon...
3...
Keep it short. I will understand.