Rule
Table of Contents
Classes
- CheckList
- Check if value is in list
- Csrf
- Csrf token field rule
- DbRule
- Base class for all Db rules
- Email
- Email address validation rule
- Equal
- Equal validation rule.
- Exists
- Check if value exists in database table
- ExtensionPath
- Extension path rule. Check if extension path exists
- File
- Check if field value is valid file array
- FloatNumber
- Float number validation rule
- HtmlTags
- HtmlTags rule
- Integer
- Integer rule validation
- Ip
- Ip address validatiion rule.
- Number
- Number form rule validation
- Regexp
- Regexp validation rule
- TemplatePath
- Check if template file exist.
- Text
- Text field rule
- Unique
- Unique value rule, Check if value in model table not exists
- Url
- Url validation rule
- Uuid
- Uuid validation rule.Check if value is valid uuid.