updateAll funcionará
$this->User->updateAll(
array('credit' => "credit + $newCredit"),
array('id' => $userId)
);
updateAll funcionará
$this->User->updateAll(
array('credit' => "credit + $newCredit"),
array('id' => $userId)
);