i am generating dynamic multiple checkbox, how should i generate that and how should i manage that in cakephp?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
The checkboxes should look like this:
I created a helper for this, that renders the checkboxes in a table. It was derived from this helper EDIT The data will be submitted as an array, that the CakeMagic can deal with. For the default example Post <-habtm-> Tag an input field in the post-view should be
when submitting the data and doing a save in the PostsController, Cake will also save the habtm association in the also, 2 comments:
|
||||
|
|
Only the name attribute is really important, it decides how the data will be posted back. Getting the value of the array should be doable through |
|||
|
|