So I am about to dive into CodeIgniter and have been reading about people changing the directory layout. Some people prefer the application folder to be separated out from the 'core' functions... seems some have even moved the core functions outside of the web root?
anyway... just thought I would ask what others on this forum are doing... mainly out of pure curiosity.
CodeIgniter Directory Structure Suggestions
Moderator: General Moderators
Re: CodeIgniter Directory Structure Suggestions
I do the same thing, mainly because it's the place CI directory should be (I mean outside the web root), because I have several web applications (sites/domains) using it and finally because it's easier to update/modify CI in a single directory.
There are 10 types of people in this world, those who understand binary and those who don't
Re: CodeIgniter Directory Structure Suggestions
yeah... am wondering if I should restructure my apache server..
right now I have
[text] /websites
whatever.com
index.php[/text]
am thinking I should go to
[text] /websites
ci_core
whatever.com
ci_app
public_html
index.php
stuff.com
ci_app
public_html
index.php[/text]
right now I have
[text] /websites
whatever.com
index.php[/text]
am thinking I should go to
[text] /websites
ci_core
whatever.com
ci_app
public_html
index.php
stuff.com
ci_app
public_html
index.php[/text]