Nathan

Results 1 issues of Nathan

MysqliDb.php, line 1838: $this->_query .= ' (`' . implode($dataColumns, '`, `') . '`) '; should be $this->_query .= ' (`' . implode('`, `', $dataColumns) . '`) '; note: this is...