Difference between #7 and #8 of
Create your own Validation Rule

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)
59 0
54 followers
Viewed: 273 100 times
Version: 1.1
Category: How-tos
Written by: nickcv
Last updated by: Gismo
Created on: Mar 31, 2011
Last updated: 11 years ago
Update Article

Revisions

View all history