My debug value is set to 2, and it\'s displaying all the queries, except the one I need.
2
I have an Items controller method that is calling
Items
Try this:
if ($this->save()) { return $this->id; } else { var_dump($this->invalidFields()); return false; }