How do people generally handle conditional statements in MVC frameworks
For some of my pages (made under Kohana) I want the user to have more options depending on whether they are logged in or not, and whether the profile is their own profile for example. From your own experience, do you create separate views, empty variables, do the logic in the view or what?
Thanks
Zenna