Palsy P
Results
2
issues of
Palsy P
The following was my initial code: ``` $this->db->where( 'f.pendinglive', 1 ); $this->db->orWhere( 'f.statusshort', $status, 'IN' ); ``` but now, I had to do the following to add an extra AND...
There is an old, closed thread regarding a similar issue, but it doesn't state if it was a user error or what. I am having issues with using `onDuplicate()` with...