Subversion Repositories SmartDukaan

Rev

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

Rev 14019 Rev 15767
Line 59... Line 59...
59
				'required' => false,
59
				'required' => false,
60
				//'last' => false, // Stop validation after this rule
60
				//'last' => false, // Stop validation after this rule
61
				//'on' => 'create', // Limit validation to 'create' or 'update' operations
61
				//'on' => 'create', // Limit validation to 'create' or 'update' operations
62
			),
62
			),
63
		),
63
		),
-
 
64
*/
64
		'password' => array(
65
		'password' => array(
65
			'notEmpty' => array(
66
			'notEmpty' => array(
66
				'rule' => array('notEmpty'),
67
				'rule' => array('notEmpty'),
67
				//'message' => 'Your custom message here',
68
				//'message' => 'Your custom message here',
68
				//'allowEmpty' => false,
69
				//'allowEmpty' => false,
69
				'required' => false,
70
				'required' => false,
70
				//'last' => false, // Stop validation after this rule
71
				//'last' => false, // Stop validation after this rule
71
				//'on' => 'create', // Limit validation to 'create' or 'update' operations
72
				//'on' => 'create', // Limit validation to 'create' or 'update' operations
72
			),
73
			),
73
		),
74
		),
74
*/
-
 
75
	);
75
	);
76
 
76
 
77
	public $belongsTo = array(
77
	public $belongsTo = array(
78
		'Group' => array(
78
		'Group' => array(
79
			'className' => 'Group',
79
			'className' => 'Group',