CodeIgniter Forums
got another validation error question - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: got another validation error question (/showthread.php?tid=39450)



got another validation error question - El Forum - 03-10-2011

[eluser]R_Nelson[/eluser]
is there a way to create my own validations like for captcha it's either true or false but i would like to put in a custom error in for it! but i don't even see an validation for true or false i can do it manually with an if statement but i'm trying to keep my lines of code down!


got another validation error question - El Forum - 03-10-2011

[eluser]InsiteFX[/eluser]
You would need to extend the Form_Validation class.

InsiteFX


got another validation error question - El Forum - 04-20-2011

[eluser]Nur Cholikul Anwar[/eluser]
create callback function to your controller. tks