This must be a simple thing, I've looked for most of the day. I've got a column/field in the table called 'deleted' which is bool. Using edit view of this row, cake changes this to a checkbox (which is awesome!), but in index view its just 0 or 1. How can I also make this a checkbox? So the user can simply modify all without editing each one.
The closest info I found is this http://mrphp.com.au/code/code-category/cakephp/cakephp-1-2/updating-multiple-records-cakephp-using-multi-actions It seems overly complicated can it be simplified? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
