![]() |
How to share Models among applications - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: How to share Models among applications (/showthread.php?tid=48051) |
How to share Models among applications - El Forum - 01-03-2012 [eluser]Unknown[/eluser] I used Ci to bulilt up a portal with 3 applications in one single CI istance. I done this taking the tecnique to deploy the applications inside the CI folder application and replace the file index.php with 4 named applications files. Now I need to know if there is a way to share one model cross application because there are some common data tables who must provide data in different applications. In the current solution I have had duplicate the code inside the folder model in each applications and that sound bad specially if I need to make a change. I want to know if there is a CI native solution to make this. |