Express
Permalink
Having watched these two videos
https://www.youtube.com/watch?v=wNQcRTn74qY&t=265s...
https://www.youtube.com/watch?v=DTTk2Nfu1tM&t=5s...
I thought i would have a go with Express.
I am looking to put adverts on to different pages so slightly different than the video.
I have set up two objects, page and advert. I want to set there association so there can be one advert can go in many pages.
In the video there are boats that go in one marina but i would like to get many one boat into many marinas. So instead of a one to many i tried many to one.
And that is where is fails. What am i doing wrong?
https://www.youtube.com/watch?v=wNQcRTn74qY&t=265s...
https://www.youtube.com/watch?v=DTTk2Nfu1tM&t=5s...
I thought i would have a go with Express.
I am looking to put adverts on to different pages so slightly different than the video.
I have set up two objects, page and advert. I want to set there association so there can be one advert can go in many pages.
In the video there are boats that go in one marina but i would like to get many one boat into many marinas. So instead of a one to many i tried many to one.
And that is where is fails. What am i doing wrong?
I think you need a many-to-many relationship which basically means any ad can go on any page and many ads can go on the same page