Welcome Guest, Not a member yet? Register   Sign In
Similar entries function.
#2

$this->db->get() does not return a field value from your table, but just a database object.
To get the value of the field:
PHP Code:
$pet_type $this->db->get()->row()->pet_type;
$pet_status $this->db->get()->row()->pet_status
Reply


Messages In This Thread
Similar entries function. - by HarrysR - 09-06-2018, 07:50 AM
RE: Similar entries function. - by Wouter60 - 09-06-2018, 07:58 AM
RE: Similar entries function. - by HarrysR - 09-06-2018, 08:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB