Welcome Guest, Not a member yet? Register   Sign In
How to parse check boxes in a dynamic html table?
#3

[eluser]moriokasan[/eluser]
I tried to used serialization and I don't know how to do it. Could you please be more specific? It may be trivial but I have never done it before. From the controller call to the view I have an array of values

Administrator -> false
Guest -> true

And in the view the user adds the administrator role as

Administrator -> true
Guest -> true

So I need this array/object to be sent after it was modified in the view by the user to my model in order to do the changes in the DB. Maybe I can use something like
Code:
$this->input->post('something')
to get the value or something else...


Messages In This Thread
How to parse check boxes in a dynamic html table? - by El Forum - 06-01-2011, 09:49 PM
How to parse check boxes in a dynamic html table? - by El Forum - 06-02-2011, 12:30 AM
How to parse check boxes in a dynamic html table? - by El Forum - 06-02-2011, 08:42 AM
How to parse check boxes in a dynamic html table? - by El Forum - 06-17-2011, 04:26 PM
How to parse check boxes in a dynamic html table? - by El Forum - 06-18-2011, 04:27 AM
How to parse check boxes in a dynamic html table? - by El Forum - 06-21-2011, 03:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB