Hi
I’m using user management module in my project that has a user AR model in (modules/user
/models/users.php).
my question is:
when i’m going to use user info from db, i shoud use (protected/modules/user/models
/users.php) or create own user model AR in (protected/models/user.php)and put my
function in this model(such as get user role , get attribute value and save attributes).