On Apr 20, 5:40 am, Lady Baleseng <[email protected]> wrote:
> thank you very much for the multiple checklist.it worked partly.i am able to
> pick the existing hobbies in my system,but now in my view form wen i tick
> the hobbies that i want added it does not add them,after i click on the
> submitt button.
>
> i also want to be able to edit the checklist at edit form.
What does your controller code look like? Also, what does the
submitted data look like? Add this:
function add()
{
if (!empty($this->data))
{
die(debug($this->data));
That will display the submitted data array.
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
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