This commit is contained in:
Qiang Xue
2011-07-22 14:58:16 -04:00
parent b51c3bc77c
commit c80c9decbe
22 changed files with 197 additions and 144 deletions

View File

@ -2,12 +2,13 @@
/**
* CCompareValidator class file.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright Copyright &copy; 2008-2011 Yii Software LLC
* @copyright Copyright &copy; 2008-2012 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yii\validators;
/**
* CCompareValidator compares the specified attribute value with another value and validates if they are equal.
*