I have got stuck on a dilemma how I can cater for this scenartio, where I have a many-to-many relationships.
Basically, I have
Business Table
Type Table
Then I want a link table, where I would have the Id of the business and the ID of the type; a normal link table for a many-to-many relationship.
Now, my dilemma is how I can make it work with petapoco and UIOMatic.
I want to in one view, in UIOMatic, in Business, the user would enter everything is in one page.
So having the properties of the business table, but then, having a checkbox for types, that when saving, it will save both the business table and also the link table.
Catering for mant-to-many relationships
Hi Tim and others.
I have got stuck on a dilemma how I can cater for this scenartio, where I have a many-to-many relationships.
Basically, I have
Then I want a link table, where I would have the Id of the business and the ID of the type; a normal link table for a many-to-many relationship.
Now, my dilemma is how I can make it work with petapoco and UIOMatic.
I want to in one view, in UIOMatic, in Business, the user would enter everything is in one page.
So having the properties of the business table, but then, having a checkbox for types, that when saving, it will save both the business table and also the link table.
Any help would be much appreciated.
Thank you
is working on a reply...