Inverse Relations
In this episode of Making Websites With October CMS we are going to create inverse relation so that we can display movies that belong to a specific genre.
In the previous episode we added lists of genres to our movies. Now we want to do the reverse thing - create a page for specific genre and display all the movies that belong to that genre. So basically we are going to be doing inverse many to many relation ship.