cakephp 2 savefield

PHP
$this->MemberLoginMethod->id = $id;
$this->MemberLoginMethod->saveField('enabled',  !$enabled);

Source

Also in PHP: