Subversion Repositories SmartDukaan

Rev

Rev 14776 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14776 Rev 14782
Line 48... Line 48...
48
				//'required' => false,
48
				//'required' => false,
49
				//'last' => false, // Stop validation after this rule
49
				//'last' => false, // Stop validation after this rule
50
				//'on' => 'create', // Limit validation to 'create' or 'update' operations
50
				//'on' => 'create', // Limit validation to 'create' or 'update' operations
51
			),
51
			),
52
		),
52
		),
53
		'url' => array(
53
		/*'url' => array(
54
			'isUrl' => array(
54
			'isUrl' => array(
55
				'rule' => array('url'),
55
				'rule' => array('url'),
56
				//'message' => 'Your custom message here',
56
				//'message' => 'Your custom message here',
57
				'allowEmpty' => true,
57
				'allowEmpty' => true,
58
				'required' => false,
58
				'required' => false,
59
				//'last' => false, // Stop validation after this rule
59
				//'last' => false, // Stop validation after this rule
60
				//'on' => 'create', // Limit validation to 'create' or 'update' operations
60
				//'on' => 'create', // Limit validation to 'create' or 'update' operations
61
			),
61
			),
62
		),
62
		),*/
63
	);
63
	);
64
 
64
 
65
	//The Associations below have been created with all possible keys, those that are not needed can be removed
65
	//The Associations below have been created with all possible keys, those that are not needed can be removed
66
 
66
 
67
/**
67
/**