Many to many

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
yong
Posts: 43
Joined: 10 Apr 2019, 12:55

Many to many

Post by yong » 25 Jul 2019, 05:59

Please how to modelize a many to many relationship with ur tables added in aimeos domains ?

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Many to many

Post by aimeos » 25 Jul 2019, 06:43

Use the mshop_*_list tables. They contain the parentid and the refid which are perfect for m:n relations
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

yong
Posts: 43
Joined: 10 Apr 2019, 12:55

Re: Many to many

Post by yong » 25 Jul 2019, 07:53

even with non Aimeos table ?

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Many to many

Post by aimeos » 25 Jul 2019, 20:16

It will also work with non-Aimeos tables but the relations are not resolved automatically
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply