db\BaseActiveRecord updateInternal()

updateInternal() protected method

See also update().

protected integer|false updateInternal ( $attributes = null )
$attributes array

Attributes to update

return integer|false

The number of rows affected, or false if beforeSave() stops the updating process.

throws yii\db\StaleObjectException
doc_Yii
2016-10-30 16:56:58
Comments
Leave a Comment

Please login to continue.