Welcome Guest, Not a member yet? Register   Sign In
Checkbox Values
#11

[eluser]pkrstic[/eluser]
Try this way:
[code]
'oe_related' => $this->input->post('oe_related') == 'Y' : 'Y' ? 'N',
[code]

Also in my project n/y is always represented as int 0/1, MUCH easier to work with that in php, since there is no need to translate Y to true and N to false.




Theme © iAndrew 2016 - Forum software by © MyBB