I got a Tank Auth library installed in my Codeigniter package, the problem is that I don't like how to is_logged_in
functions need to be called because it's simply long and not so friendly, as I need to use:
$this->tank_auth->is_logged_in()
Everytime I want to check if user is logged in...
So is there a way to make it shorter? By saying shorter I mean something like $this->logged();
?
I would really appreciate if someone could help me.
Thank you.