Welcome Guest, Not a member yet? Register   Sign In
QueryBuild appends undeclared column names, need to reset qb_set
#5

You can't use $this->db->insert($array_to_insert) like that.
$this->db->insert() expects 2 parameters. The first one is the table name, the second one is an array with field names and values for that table.
Reply


Messages In This Thread
RE: QueryBuild appends undeclared column names, need to reset qb_set - by Wouter60 - 09-25-2016, 09:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB