Welcome Guest, Not a member yet? Register   Sign In
Applications outside the CI installation folder.
#2

[eluser]ejangi[/eluser]
My setup (on my mac) is like so:

System folder:
/Users/..../Sites/CodeIgniter_1.5.4/system/

Then applications can reside anywhere, so for instance this contains the controllers, models folders etc (which I just copied from system):
/Users/.../Sites/myapp/application/

And then in:
/Users/.../Sites/myapp/html/index.php

I have this:
Code:
$system_folder = "../../CodeIgniter_1.5.4/system";
$application_folder = "../application";


Messages In This Thread
Applications outside the CI installation folder. - by El Forum - 12-10-2007, 03:55 PM
Applications outside the CI installation folder. - by El Forum - 12-10-2007, 05:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB