Hi,
This is my first time to try pivot table on a $_many_many relationship here at FuelPHP. Having some problems. I hope you can help.
Here's the situation:
I have a form - Communication cards. Each communication card will have multiple Requests that the user will check. Here's the code for the multiple check boxes http://pastecode.com/mR
Here's my model for Comcards http://pastecode.com/mS
Here's my model for Requests http://pastecode.com/mT
Here's my pivot table comcards_requests http://pastecode.com/mU
I can't figure out how to save the selected items to comcards_requests without having an error. I tried several approaches but still wouldn't work. Need help.
Thanks!