More details are as below:
on the view
Test size
checkboxMultiple('Service.Size', $sizes_list) ?>
Test types
checkboxMultiple('Service.Group', $groups_list) ?>
Test Payments
checkboxMultiple('Service.Payment', $payments_list) ?>
And the name of the table must be gr
More details are as below:
on the view
DogSizes
checkboxMultiple('Service.Size', $sizes_list) ?>
DogGroup_Types
checkboxMultiple('Service.Group', $groups_list) ?>
Payments_Types
checkboxMultiple('Service.Payment', $payments_list) ?>
And the name of the table must be g
Thank you for your fast response...
Thats on the controller i just generate the list of values and
save.Here is the controller
code.
set('sizes_list', $this->Service->Size->generateList());
$this->set('groups_list', $this->Service->Group->generateList());
$this->set('payments_list', $this->S
On Nov 30, 11:39 am, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hai friends,
>
> I am facing a specfic problem on habtm.Incase the version i am using
> is 1.2 pre_beta.Everything are working fine except the joining table.
>
> I am using three set of multiple checkbox.For that i am using th
Hai friends,
I am facing a specfic problem on habtm.Incase the version i am using
is 1.2 pre_beta.Everything are working fine except the joining table.
I am using three set of multiple checkbox.For that i am using three
table.Right now whats happening is first two tables are working fine
that th