Splitting CI into two different apps |
[eluser]codeboy[/eluser]
[quote author="xerobytez" date="1358992612"] The other option would be to create 2 different application directories and 2 different index.php bootstraps pointing to their respective application directory. The plus side is both applications could run off of the same core but you would either have to have 2 copies of the shared files in each application directory or place them in the /system/helpers and /system/libraries directories where they can be access by both applications. Good luck with the project[/quote] @patrick Reck - I wanted to stay away from the two different codeigniter installs. I liked the idea of HMVC, but it still did not let me outsource one part of the app without going through hoops! (or atleast that is how I understood it ![]() @xerobytez - Thanks! That is what I ended up doing. I also followed Phil Sturgeon's advice of putting all the common files in a shared application package and loading them from both of my apps. |
Messages In This Thread |
Splitting CI into two different apps - by El Forum - 01-19-2013, 11:04 AM
Splitting CI into two different apps - by El Forum - 01-21-2013, 07:15 PM
Splitting CI into two different apps - by El Forum - 01-21-2013, 08:38 PM
Splitting CI into two different apps - by El Forum - 01-23-2013, 12:55 PM
Splitting CI into two different apps - by El Forum - 01-23-2013, 12:59 PM
Splitting CI into two different apps - by El Forum - 01-23-2013, 06:56 PM
Splitting CI into two different apps - by El Forum - 01-28-2013, 02:50 PM
|