Upload and view multiple pictures

i have to upload multiple pictures related to a property. ‘picture’ table will store the path of the picture (let say ‘/../images’) and a foreign key of ‘property_id’. would u like to help me in model, view, and controller. how to implement this process.

and after successful uploading, view these all pictures in ‘property/view.php’ file in any type of gridView or something like this.

Would anybody like to help me…?