Hi everyone!
I have a standard menu using ul and li tags. And in my database, I have a table Users with a field 'certificate' and depending the value of this 'certificate', the user will see or not some items of the menu.
I was reading some texts and I think I will have to use ActionFiltes. Is this right?
So, how can I render different menus depending which user is accessing?
thanks!!