Welcome Guest, Not a member yet? Register   Sign In
return output
#1

[eluser]tim1965[/eluser]
Hi i apologise if this is a stupid question. But i am using DX_Auth, which has the follwoing function in its users model. I want to call this function and use the output in an insert statement.
Question how can i access or parameterise the return so i can use it in my insert ?

Thanks in advance.





function get_user_by_id($user_id)
{
$this->db->where('id', $user_id);
return $this->db->get($this->_table);
}
#2

[eluser]tim1965[/eluser]
Plz ignore stupid post on my part.




Theme © iAndrew 2016 - Forum software by © MyBB