Answer the question
In order to leave comments, you need to log in
[[+content_image]]
How to insert link in message ActiveRecord?
There is an ActiveRecord model rule:
public function rules()
{
return [
[['user_id', 'word'], 'unique', 'targetAttribute' => ['user_id', 'word'], 'message' => 'Уже есть'],
];
}
Answer the question
In order to leave comments, you need to log in
[['user_id', 'word'], 'unique', 'targetAttribute' => ['user_id', 'word'], 'message' =>Html::a('Уже есть',['/test/test'])],
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question