More details are as below:

on the view

<tr>
 <td><fieldset>
 <legend>DogSizes</legend>
 <?=$habtm->checkboxMultiple('Service.Size', $sizes_list) ?>
 </fieldset>
</td>
</tr>
<tr>
 <td><fieldset>
 <legend>DogGroup_Types</legend>
 <?= $habtm->checkboxMultiple('Service.Group', $groups_list) ?>
 </fieldset>
</td>
</tr>
<tr>
 <td><fieldset>
 <legend>Payments_Types</legend>
 <?= $habtm->checkboxMultiple('Service.Payment', $payments_list) ?>
 </fieldset>
</td>
</tr>

And the name of the table must be groups_services,services_sizes and
joining table is sizes_groups_payments.

Fields for the tables

groups_services

service_id
group_id

services_sizes

service_id
size_id


On joining table

service_id
size_id
group_id
payment_id.

These are all the things thats made on this.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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