CodeIgniter Forums
How to handle mutiple applications with same libraries? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: How to handle mutiple applications with same libraries? (/showthread.php?tid=41924)



How to handle mutiple applications with same libraries? - El Forum - 05-20-2011

[eluser]Unknown[/eluser]
I have two seperate applications in my applications folder. Both applications are using libraries like doctrine or twig.

Where is the best place to store this libraries once? Is it the sytems/libraries folder? I guess, no, because i dont want to have third party stuff in the system folder. Any ideas?


How to handle mutiple applications with same libraries? - El Forum - 05-21-2011

[eluser]Unknown[/eluser]
I found the solution by myself. Just add a further application 'common' in the applications folder and set the package path to these folder