This extension is compares the specified attribute value with another value and validates if they are equal when other compared are equal.
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.0 or above
Installation ¶
- Extract the release file under
protected/components
hint:components path is must in import path.Usage ¶
See the following code example:
array('attributeA','SCompareMustBeValidator','mustBeValue'=>'attributeAValue','compareAttribute'=>'attributeB','compareValue'=>'attributeBValue'),
Change Log ¶
June 4, 2009 ¶
- Initial release.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.