I have create a custom model in Magento which can get to and edit in the admin. I'm having trouble dealing with array's however. When I go to save the model, the text field saves fine, but the multiselect field just saves as 'array' and I'm then unable to go and edit it.
I need to know how to save and retrieve this array data within the model. The array of data that shows in the multiselect field in simply filtered product data.
Can anybody help with this? Any help much appreciated!!!
Figured it out - on the saveAction() of your controller, underneath this:
I simply added the following code :