Welcome Guest, Not a member yet? Register   Sign In
control login
#1

[eluser]Cinghius[/eluser]
Hello everyone, I have the following code in the page view:
<code>
$CI = get_instance();
if ($CI->tank_auth->is_logged_in())
{
// yes
}
else
{
// no
}
</code>
I would insert it into the controller and not in view, perhaps returning as a result of a variable you can control the view, if it sees a div logged in, otherwise you will see another ..... how can I do.
Thanks to all




Theme © iAndrew 2016 - Forum software by © MyBB