![]() |
form_validation and Callbacks function - 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: form_validation and Callbacks function (/showthread.php?tid=33650) |
form_validation and Callbacks function - El Forum - 09-03-2010 [eluser]Unknown[/eluser] First, sorry for my English. ![]() I need ue form_validation and calbacks function. Code: $this->form_validation->set_rules('tag', 'lang:tag_tag', 'min_length[3]|callback_testtags'); I think define check function in plugin or in helper. But this function was NOT called. What can I use check function, was detine in helper? form_validation and Callbacks function - El Forum - 09-03-2010 [eluser]InsiteFX[/eluser] Search form validation modular extensions InsiteFX |