Question:List the validation rules in term of Codeigniter?
Answer
The validation rules of Codeignniter are as follows:
- Required
- Matches[field_name]
- Min_length[x]
- Max_length[x]
- Exact_length[x]
- Alpha
- Alpha_numeric
- Alpha_dash
- Numeric
- Integer
- Is_natural
- Is_natural_no_zero
- Valid_email
- Valid_emails
- Valid_ip
- Valid_base64