![]() |
CI4 models are not working with database grouping. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: CI4 models are not working with database grouping. (/showthread.php?tid=79113) |
CI4 models are not working with database grouping. - sr13579 - 04-21-2021 I am trying to shift to another database and insert data with model. But I think the model is directly working with the default group and I can't upload any data from my text input in the desired table. Is there any way to fix this? RE: CI4 models are not working with database grouping. - InsiteFX - 04-22-2021 Connecting to Multiple Databases |