I want to store multiple images and link them to an article. The article will be presented with the images. Normaly I would store the pathways in a serialized array in the databank and unserialized it when loading the view. To achieve this I would write my own Save-function for the class; checking if the files already exist, giving them proper file names and so on. Probably with many mistakes as I am fairly new to the PHP and SQL world and much newer to FuelPHP. My questions:
How to do this? Any general hints and tipps?
There would be 10ish images per article, so would a varchar(255) be feasible to hold the serialized array?