Welcome Guest, Not a member yet? Register   Sign In
return all user data from CI session
#2

[eluser]Crimp[/eluser]
Code:
// --------------------------------------------------------------------
    
    /**
     * Fetch all session data
     *
     * @access    public
     * @return    mixed
     */    
    function all_userdata()
    {
        return ( ! isset($this->userdata)) ? FALSE : $this->userdata;
    }


Messages In This Thread
return all user data from CI session - by El Forum - 10-30-2007, 11:00 AM
return all user data from CI session - by El Forum - 10-30-2007, 11:26 AM
return all user data from CI session - by El Forum - 10-30-2007, 11:37 AM
return all user data from CI session - by El Forum - 10-30-2007, 12:21 PM
return all user data from CI session - by El Forum - 10-30-2007, 12:34 PM
return all user data from CI session - by El Forum - 10-30-2007, 02:27 PM
return all user data from CI session - by El Forum - 10-31-2007, 02:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB