Revision #8 has been created by Gismo on Nov 12, 2012, 4:19:17 PM with the memo:
Add russian version
« previous (#7) next (#9) »
Changes
Title
unchanged
Create your own Validation Rule
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
validator, validation rules, model validation, create validator
Content
changed
[...]
{
return array(
array('password', 'ext.MyValidators.passwordStrength', 'strength'=>self::STRONG),
);
}
```
##Links
* Russian verion [The PHP Times](http://phptime.ru/blog/yii/27.html)