This is what I'm trying to achieve. I need a multiple select list box, which is tied using a belongsTo relation in the model, But what I want is if I select multiple options using the control key they get stored in a single database field either as a commas separated string or an array.
I know the right approach for something like this is the HABTM, but I really need to just store the selected options in a single database field. Any help or tutorial will be of great help Thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
