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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.