db\BaseActiveRecord markAttributeDirty()

markAttributeDirty() public method

Marks an attribute dirty.

This method may be called to force updating a record when calling update(), even if there is no change being made to the record.

public void markAttributeDirty ( $name )
$name string

The attribute name

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.