db\ActiveRecordInterface equals()

equals() public abstract method

Returns a value indicating whether the given active record is the same as the current one.

Two new records are considered to be not equal.

public abstract boolean equals ( $record )
$record static

Record to compare to

return boolean

Whether the two active records refer to the same row in the same database table.

doc_Yii
2016-10-30 16:56:25
Comments
Leave a Comment

Please login to continue.