Does activeListBox support implementation of a select MULTIPLE listbox?
Sure I can add an htmlOption for ‘multiple’ to go with activeListBox. This will give me a select multiple listbox in the form. However, the activeRecord class does not seem to support saving the array of selected values that returns with $_POST.
Maybe not suprising because it’s not clear how to store this array in MySQL (with a SET column maybe or as different rows in a HASMANY table)
(although it took me some hours to find out that I had to add ‘return true’ to these functions to actually make it all work, but hey that’s how you learn stuff thanks again)
I see that this post has not been visited in over a year. So, I am hoping to assist any future visitors that may come across this. Please view this URL: