yii: how to make a unique rule for two attributes
I have a table like this: (id, name, version, text). (name, version) is unique key, how can i make a rule to validate this.
I have a table like this: (id, name, version, text). (name, version) is unique key, how can i make a rule to validate this.