Revision #7 has been created by Yang He on Jun 29, 2012, 4:13:36 PM with the memo:
Removed the "Chinese Version" link which is broken.
« previous (#6)
Changes
Title
unchanged
How to customize the error message of a validation rule
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
}
}
```
In the above, the customized error message contains a predefined placeholder `{attribute}`. The [CRequiredValidator] (whose alias is `required`) will replace this placeholder with the actual attribute name that fails the validation.
### Links
[Chinese version](http://www.itkuaixun.com/bbs/thread-191-1-1.html)