CodeIgniter Forums
Many to many and junction tables in CI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Many to many and junction tables in CI (/showthread.php?tid=82698)



Many to many and junction tables in CI - Tbronson - 08-10-2022

How would I create a many-to-many relationship and junction table in CI4? 

For example, Companies and Products tables, where each company can have multiple products, and each Product can have multiple companies.


RE: Many to many and junction tables in CI - InsiteFX - 08-12-2022

Good read:

How to Create a Many-to-Many Relationship