How to customize the error message of a validation rule

Comparing #4 with #7

Content

[...]
}
}
```

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.cn/node/106)