codeigniter passing the same information (like login status) to all the views

Posted by pygabriel on Stack Overflow See other posts from Stack Overflow or by pygabriel
Published on 2010-04-27T20:37:39Z Indexed on 2010/04/28 0:03 UTC
Read the original article Hit count: 146

Filed under:
|

I'm using DX_AUTH to handle autentication in my codeigniter app. I want to display in each page the login status, I'm used to develop my view throught template inheritance.

I'm looking for a way to access login information from the views without passing it each time.

© Stack Overflow or respective owner

Related posts about codeigniter

Related posts about php