Welcome Guest, Not a member yet? Register   Sign In
Trying to get property of non-object error
#3

Why $user_data[0] ?
The function in your model has to return the details for 1 user. If you just need 1 record from a table, don't use $this-db->result(), but $this->db->row().
Then, you can address the fields inside the record like this:
PHP Code:
echo $user_data->profile_pic 
Reply


Messages In This Thread
RE: Trying to get property of non-object error - by Wouter60 - 07-09-2019, 11:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB