Subversion Repositories Applications.papyrus

Rev

Rev 320 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 320 Rev 443
Line 14... Line 14...
14
// | license@php.net so we can mail you a copy immediately.               |
14
// | license@php.net so we can mail you a copy immediately.               |
15
// +----------------------------------------------------------------------+
15
// +----------------------------------------------------------------------+
16
// | Author: Alexey Borzov <avb@php.net>                                  |
16
// | Author: Alexey Borzov <avb@php.net>                                  |
17
// +----------------------------------------------------------------------+
17
// +----------------------------------------------------------------------+
18
//
18
//
19
// $Id: Compare.php,v 1.1 2005-03-30 08:50:33 jpm Exp $
19
// $Id: Compare.php,v 1.2 2005-09-20 17:01:22 ddelon Exp $
Line 20... Line 20...
20
 
20
 
Line 21... Line 21...
21
require_once 'HTML/QuickForm/Rule.php';
21
require_once 'HTML/QuickForm/Rule.php';
22
 
22
 
Line 26... Line 26...
26
 * The most common usage for this is to ensure that the password 
26
 * The most common usage for this is to ensure that the password 
27
 * confirmation field matches the password field
27
 * confirmation field matches the password field
28
 * 
28
 * 
29
 * @access public
29
 * @access public
30
 * @package HTML_QuickForm
30
 * @package HTML_QuickForm
31
 * @version $Revision: 1.1 $
31
 * @version $Revision: 1.2 $
32
 */
32
 */
33
class HTML_QuickForm_Rule_Compare extends HTML_QuickForm_Rule
33
class HTML_QuickForm_Rule_Compare extends HTML_QuickForm_Rule
34
{
34
{
35
   /**
35
   /**
36
    * Possible operators to use
36
    * Possible operators to use