I am currently working an application with Code Igniter and Datamapper ORM and I am trying to save data in the database. I have two tables which have a many to many relationship between eachother. For example: ShoeDesigns and ShoePieces. I would also like to save some data in the join table between ShoeDesigns and ShoePieces i.e. ShoeDesigns_ShoePieces. I have tried to look around for examples but no luck.
I was just wondering if it is possible to actually do it and if I can do it in one save call or would I have to do it in multiple save calls?
Thanks guys.