Welcome Guest, Not a member yet? Register   Sign In
multiple callbacks with form_validation?
#1

[eluser]Unknown[/eluser]
Is there any way to make this work?

Code:
$this->form_validation->set_rules('foo', 'bar', 'trim|required|callback__foo_check|callback__bar_check');

Right now I've implemented it by combining _foo_check() and _bar_check() as one function, but it's a pain and creates more lines of code than feels necessary.


Messages In This Thread
multiple callbacks with form_validation? - by El Forum - 06-27-2009, 11:03 PM
multiple callbacks with form_validation? - by El Forum - 06-28-2009, 12:02 AM
multiple callbacks with form_validation? - by El Forum - 06-28-2009, 10:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB