Revision #5 has been created by rainyjune on Oct 9, 2010, 6:23:43 AM with the memo:
update Chinese version link
« previous (#4) next (#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://dreamneverfall.cnprojects.ourplanet.tk/node/106)