Welcome Guest, Not a member yet? Register   Sign In
Adding CodeIgniter to an existing site
#6

[eluser]Pascal Kriete[/eluser]
If you open up your index.php file you'll see that it specifies two paths. One for the system folder, and one for the application folder (which you can rename, btw).
All your sites can share one system folder, located anywhere on your system. For example mine reads:
/Applications/MAMP/CI/system

For you application folder you can do the same thing, but obviously every application will need it's own index.php file (you will probably rename them as well) and usually it's own application folder. Again, here's the basic path for mine:
/Applications/MAMP/CI/apps/<appname>


Messages In This Thread
Adding CodeIgniter to an existing site - by El Forum - 01-01-2008, 12:20 PM
Adding CodeIgniter to an existing site - by El Forum - 01-01-2008, 12:56 PM
Adding CodeIgniter to an existing site - by El Forum - 01-01-2008, 01:24 PM
Adding CodeIgniter to an existing site - by El Forum - 01-01-2008, 05:02 PM
Adding CodeIgniter to an existing site - by El Forum - 02-19-2008, 10:11 AM
Adding CodeIgniter to an existing site - by El Forum - 02-19-2008, 11:37 AM
Adding CodeIgniter to an existing site - by El Forum - 02-19-2008, 11:41 AM
Adding CodeIgniter to an existing site - by El Forum - 02-19-2008, 02:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB