CodeIgniter Forums
Many to many interface - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Many to many interface (/showthread.php?tid=30136)



Many to many interface - El Forum - 05-04-2010

[eluser]sqwk[/eluser]
Does anyone have any experience designing a web-interface for a many to many relationship? With CodeIgniter?

The two boxes with the add and remove buttons will probably not work as there are upwards of 100.000 records in the database. Instead I was thinking of using a javascript autocomplete that writes to an invisible form field.