codeigniter-base-model
codeigniter-base-model copied to clipboard
Multiple validation rules
Hi,
Can we have multiple validation rules? Condider a registration form where email ID is required valid email along with other fields like password, dob etc., however on
- update profile we show a form without email ID
- change password page we only show old password and new & confirm password.
In above cases it will be handdy to have different validation rules. like https://github.com/onefriendaday/Codeigniter-CRUD-Model
Hope you are agreey with me :)
Thank you, Vaibhav