Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]Ben Edmunds[/eluser]
Kyle,

You can just do

Code:
$user = $this->ion_auth->get_user();

To get the user object and then you can access the properties like so

Code:
echo $user->id .' - '. $user->first_name .' '.  $user->last_name;

and of course you can pass the $user object to your view and echo the properties there.


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 04-12-2010, 05:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB