When we use 'notEmpty' and 'blank' model validation rules in cakephp? -
while doing validation..i question in mind "when use notempty , blank model validation rules?". goggled there no clarification. please clarify example.
thank in advance.
'blank' - must empty or whitespace characters.
'notempty' - cannot empty
all of information explained in cakephp book under "validation":
Comments
Post a Comment