![]() |
3 tables relationship with dataMapper - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: 3 tables relationship with dataMapper (/showthread.php?tid=20312) |
3 tables relationship with dataMapper - El Forum - 07-05-2009 [eluser]zovar[/eluser] Is there a way to handle relationships with more than 2 tables? I have Projects, Users, Companies tables. I assign companies and users to the project (companies_projects, companies_users), but I also need to assign a user to manager a company. And this will change from project to project. How to bind users with companies in a project? |