I follow you up to this bit:
> <?php
>
> echo $form->input(
> 'Category',
> array(
> 'type'=>'select',
> 'multiple'=>'checkbox',
> 'options'=>$ids,
> 'label'=>false
> )
> );
> ?>
This doesn't seem to solve the problem of getting the other
information into my label. In fact, it's the exact method I'm using
now. I understand using $this->find('all', $options) and extract() to
separate the ids from the rest of the information, but how do I get
the other information displayed in my form? This method still leaves
me with checkboxes and ids, but no other info.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---