Relational N to N Custom
- Single Page
Posted 14 May 2014 - 22:10 PM
Posted 20 May 2014 - 09:20 AM
My case is similar to yours. I have a table 'Museums' and each museum has N 'Categories', a category can be related to N museums.
This tutorial helped me a lot:
http://www.grocerycrud.com/documentation/options_functions/set_relation_n_n
Just one thing that is not clear on the tutorial, the field marked as (7) is the order criteria. (maybe priority is not clear enough, the author should give a better example or add a little more explaination on this, but except for that, it worked like a charm :) )
Hope it helps to you too