void set_relation_n_n( string $field_name, string $relation_table, string $selection_table, string $primary_key_alias_to_this_table, string $primary_key_alias_to_selection_table , string $title_field_selection_table [ , string $priority_field_relation ] )
Hi, this is the way to show the relation_n_n and I liked it...but if I want to show another column in the select list? I mean for example showing the priority_field_relation appending the content to the title_field_selection_table could be good for me....
thx a lot!