Hi everyone.

I have the following problem (I'm using Cake 1.1).

Three tables: forms, categories, forms_categories.

forms (id, name)
categories (id, name)
forms_categories(id, id_form, id_category)

Forms              hasAndBelongsToMany  Category
Category          hasAndBelongsToMany  Form
FormsCategory belongsTo                     Form,    Category

Please help me with the code for the controller and view. I need to
edit the form and list below the name (using a multiple select box or
checkboxes) all the categories available for that form (and selected)
and save the modifications.

Please, please help.:D
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to