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
2016-10-30 16:56:51
Comments
Leave a Comment

Please login to continue.