![]() |
validation reference in codeigniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: validation reference in codeigniter (/showthread.php?tid=3810) |
validation reference in codeigniter - El Forum - 10-23-2007 [eluser]mistress_shiira[/eluser] good day!ive been trying to make a validation form...i have read the tutorial on the validation class.but there is something that i want to learn more.this is regarding setting the rules for validation. example i have this: $rules['email'] = 'required|trim|valid_email'; there was a note that if i wanted to know more about validation rules i will just look up validation reference..but for the life of me i dont know where it is. ![]() can anyone send me a link to it?i want to know the available rules that i can use. thanks validation reference in codeigniter - El Forum - 10-23-2007 [eluser]xwero[/eluser] You find the reference at the bottom of the validation page validation reference in codeigniter - El Forum - 10-23-2007 [eluser]mistress_shiira[/eluser] thanks a lot..i guess i should have finished reading it until the bottom. ![]() anyways thanks a lot for pointing that out. |