Hello,
I want to access
- id of current logged user
- name of current logged user
- group_id of current logged user
- group_name of current logged user
across the view files, to switch menus and tabs on and off according to group_id.
How can I achieve this with minimum sacrifice of performance?
Thanks