CodeIgniter Forums
Creating self contained 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: Creating self contained libraries (/showthread.php?tid=23143)

Pages: 1 2


Creating self contained libraries - El Forum - 10-02-2009

[eluser]InsiteFX[/eluser]
As jedd mentioned to you system should never be touched and most of us move the application directory out of the system directory, makes it easier to update when a new CodeIgniter version comes out.

Enjoy
InsiteFX


Creating self contained libraries - El Forum - 10-03-2009

[eluser]n0xie[/eluser]
[quote author="jedd" date="1254459968"]
Conversely, for your own change management, are you happy to test changes to your library across all 6 of your apps prior to pushing out changes to this one file? If so, I'd suggest symlinks.
[/quote]
I agree with jedd. If you have several sites running on the same server, all using the same base CI install, you can just as easily have a directory added 'shared' and just symlink across your applications. Now you have a single file to maintain.