Welcome Guest, Not a member yet? Register   Sign In
Two Applications -- Shared Config, Helpers ...
#1

[eluser]davste[/eluser]
Greetings, fellow Igniters.

I have come across a tiny (correction: huge) problem. I have to separate application folders respectively called "private" and "public". This is to differentiate between the administration area and the public area (D'oh).

Oh, yes, I also have two PHP files in ROOT, "index.php" and "admin.php" (loads application respectively).

However, both these applications takes use of the same database, and often uses the same helpers (custom, not part of CI). So, instead of duplicating configs, helpers, libraries and such twice, is there no other way to "share" these?

Of course, I do not want to share controllers, models, modules and views. Only the ones that overlap across the applications.

E.g. something like this, perhaps?
Code:
public/
private/
<shared application folder>/
system/
index.php
admin.php
Thanks, best regards from Norway.


Messages In This Thread
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-07-2009, 06:20 PM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-07-2009, 10:09 PM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-08-2009, 01:49 AM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-08-2009, 05:52 AM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-08-2009, 05:56 AM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-08-2009, 06:09 AM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-08-2009, 06:12 AM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-08-2009, 06:14 AM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-08-2009, 06:17 AM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-08-2009, 06:20 AM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-08-2009, 06:21 AM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-08-2009, 06:22 AM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-08-2009, 06:25 AM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-08-2009, 06:27 AM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-08-2009, 06:32 AM
Two Applications -- Shared Config, Helpers ... - by El Forum - 06-08-2009, 06:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB