I just discorvered that Form::model
binding existed and I'm delighted with (it's wonderful). I tried it with text, email, and even select, every single time it worked.
My question is, will it work with a <select multiple>
? If it does, how am I supposed to use it and what is the correct way to save an array in the database? (This may be awful but I concatenate all the options of the array with a separator and save it as text, I'm sure it's not the correct way to do it).
http://stackoverflow.com/questions/17770581/multiple-select-edit-form-selected-values – chanchal Jun 04 '14 at 09:10