Welcome Guest, Not a member yet? Register   Sign In
Creating validation for a checkbox array.
#2

[eluser]xwero[/eluser]
The new Form_validation library makes it possible to use arrays but it's still a little rough around the edges.

In the current validation library you can do
Code:
$this->validation->set_message('isset','You have to set at least one checkbox');
$rules['categories'] = 'isset';


Messages In This Thread
Creating validation for a checkbox array. - by El Forum - 09-12-2008, 06:04 AM
Creating validation for a checkbox array. - by El Forum - 09-12-2008, 06:20 AM
Creating validation for a checkbox array. - by El Forum - 09-12-2008, 06:38 AM
Creating validation for a checkbox array. - by El Forum - 09-26-2008, 12:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB