Hello all,
I need help creating the output of this many to many relationship. The example on the site refers to a "$priority_field_relation" field, I'm not sure what to put there because my relation table only has 2 fields, where the example has 3 the third being the priority field relation. Here is my code, the db tables are below it:
here are the database tables:
x_references_authors (Relation Table):
auth_id
ref_id
authors (Selection table):
auth_id
first_name
last_name
references :
ref_id
title
ref_date
publication
Thank you!