CodeIgniter Forums
CodeIgniter inside CodeIgniter - 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: CodeIgniter inside CodeIgniter (/showthread.php?tid=45916)



CodeIgniter inside CodeIgniter - El Forum - 10-11-2011

[eluser]Unknown[/eluser]
Dear CodeIgniter community,

I am developing a small CMS using CodeIgniter, that I intend to roll out across a few of my websites. Some are standard PHP sites and others use CodeIgniter.

Naturally, I'd like to be able to 'install' the CMS to each website, by simply dropping a folder into the site and creating a database. This should be straight-forward enough for standard PHP websites, but I'm struggling to make it work with CI sites.

Does anyone have any advice as to how to go about placing a CodeIgniter site inside another one? I would rather not use subdomains.

Many thanks in advance.