Can it also be used to create the multiple checkboxes rather than the select list?
-----Original Message----- From: mscdex [mailto:[email protected]] Sent: March-21-09 3:06 PM To: CakePHP Subject: Re: Tree structure.. On Mar 21, 7:02 am, Aneesh S <[email protected]> wrote: > so that its easily accessable for admin to edit and also to display it > in a dropdown so as to create new... The Tree Behavior has a 'generatetreelist' method that makes it easy to generate a PHP array for use in dropdown form elements. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
