Create your own Validation Rule

Comparing #7 with #9

Content

[...]
{
return array(
array('password', 'ext.MyValidators.passwordStrength', 'strength'=>self::STRONG),
);
}
```

 
 
##Links
 
* Russian version [The PHP Times](http://phptime.ru/blog/yii/27.html)