I want to update or save a specific field of a table in Cakephp 3.0. I tried Updating Data from the Cakebook and it is saving the data but problem is that it is also saving the
When you don't want callbacks to be triggered, just use updateAll()
updateAll()
$table->updateAll(['field' => $newValue], ['id' => $entityId]);