![]() |
DataMapper - updating other fields in join table - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: DataMapper - updating other fields in join table (/showthread.php?tid=57022) |
DataMapper - updating other fields in join table - El Forum - 02-07-2013 [eluser]msteudel[/eluser] I thought I remembered some examples in the documentation where it showed how to update an additional field in a join table. I think I remember an example of a table that had users and alarms, can't seem to find it in the documentation anyone know what I'm trying to think of? DataMapper - updating other fields in join table - El Forum - 02-10-2013 [eluser]WanWizard[/eluser] This one? http://datamapper.wanwizard.eu/pages/joinfields.html DataMapper - updating other fields in join table - El Forum - 02-10-2013 [eluser]msteudel[/eluser] Yes thank you! |