Revision #42 has been created by rackycz on Mar 17, 2022, 10:44:45 AM with the memo:
Each validator
« previous (#41) next (#43) »
Changes
Title
unchanged
Yii for beginners 2
Category
unchanged
Tutorials
Yii version
unchanged
1.1
Tags
unchanged
Yii,mvc,tutorial,beginner
Content
changed
[...]
{
$val = $this->$attribute;
$paramA = $params['optionalParamA']??'Not set';
$this->addError($attribute, 'An error text');
}
```
This code can also be found in the documentation of [CValidator](https://www.yiiframework.com/doc/api/1.1/CValidator)