codeigniter-base-model icon indicating copy to clipboard operation
codeigniter-base-model copied to clipboard

Multiple validation rules

Open vaibhavmalushte opened this issue 8 years ago • 0 comments

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

vaibhavmalushte avatar Jun 22 '16 10:06 vaibhavmalushte