Welcome Guest, Not a member yet? Register   Sign In
getting non-object error only in log file
#5

PHP Code:
// wrong!
$this->db->get_where($tablename$cond)->result_array();

// should be
$this->db->get_where($tablename$cond->result_array()); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: getting non-object error only in log file - by InsiteFX - 09-11-2017, 03:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB