Welcome Guest, Not a member yet? Register   Sign In
Global Logged User Info (Redux)
#1

[eluser]ChangedNames[/eluser]
I'm working on a backend that utilizes Redux. Toda is my first day with it and so far it seems pretty spot-on to what I was looking for in an authentication library.

I'm trying to find a way to make the logged username and group globally available. I want to be able to bring up the username on any page without having to define the variable in every controller. Is this possible within CI?

Essentially I want to be able to put this (or something equivalent) anywhere in my views:

Code:
<?=$username;?>
#2

[eluser]The Wizard[/eluser]
make a model?
wouldnt that help?




Theme © iAndrew 2016 - Forum software by © MyBB