Difference between #2 and #3 of
Create your own Validation Rule

Revision #3 has been created by qiang on Apr 6, 2011, 12:21:50 AM with the memo:

« previous (#2) next (#4) »

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 unchanged

[...]
{
return array(
array('password', 'ext.MyValidators.passwordStrength', 'strength'=>self::STRONG),
);
}
```
59 0
54 followers
Viewed: 272 738 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