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