CodeIgniter Forums
Connecting view with diffrent controllers - 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: Connecting view with diffrent controllers (/showthread.php?tid=76276)



Connecting view with diffrent controllers - tassman - 04-29-2020

Is there way to do this? In application that I want to write (something like project managment) where views from diffrent controllers are on the one page.


RE: Connecting view with diffrent controllers - jreklund - 04-29-2020

No, not like that. If you want to use the same data (functions) on multiple places it should be moved into a Library and included where you want to use it.