Welcome Guest, Not a member yet? Register   Sign In
freakauth retrieving username from db_session
#1

[eluser]Unknown[/eluser]
I was going through the Tips and tricks freakauth documentation and I noticed a small snafu on:

http://www.4webby.com/freakauth/document...light.html

Quote:How to get logged in users data

It is possible to get the following data from the user session with the following methos:

* user id: $this->db_session->userdata('id');
* username: $this->db_session->userdata('username');
* user role: $this->db_session->userdata('role');

Should be:
Quote:* username: $this->db_session->userdata('user_name');


Messages In This Thread
freakauth retrieving username from db_session - by El Forum - 07-13-2007, 12:26 PM
freakauth retrieving username from db_session - by El Forum - 09-02-2007, 06:55 AM
freakauth retrieving username from db_session - by El Forum - 09-03-2007, 07:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB