I have a model with a "filters" field, which is a checkbox field who comes from a filters_model. How can i save the multiple selection for that new row?
If you use the $has_many property, FUEL will automatically save it to the fuel_relationships table. I'd recommend reading this area if you haven't already to get a better understanding of how the relationships work: http://docs.getfuelcms.com/general/models#relationships
Comments
Example: one movie with three filters: adventure \ fantasy \ animation.
Thanks a lot!
http://docs.getfuelcms.com/general/models
http://docs.getfuelcms.com/modules/tutorial
http://docs.getfuelcms.com/general/models#relationships