[eluser]sasori[/eluser]
Hi, can somebody tell/explain how to set up the codeigniter in xampp, where in, all the
folders under the htdocs will benefit from it?
or do I need to have a separate codeigniter package for every application that I am working on ?
[eluser]Rick Jolly[/eluser]
In each index.php bootstrap you can set the system directory to any place you like.
[eluser]sasori[/eluser]
[quote author="Rick Jolly" date="1263252001"]In each index.php bootstrap you can set the system directory to any place you like.[/quote]
you mean to say, all I have to do is move the system folder away from the htdocs ?
and then, each web app can have its own CI application folder only, and then,
give each web app the index.php this line = $system_folder = "system";
is that what you mean ? OR ?
[eluser]sasori[/eluser]
does that process will allow me to use only "1" system folder for all the web app made up of CI ?
[eluser]Dyllon[/eluser]
[quote author="sasori" date="1263287819"]does that process will allow me to use only "1" system folder for all the web app made up of CI ?[/quote]
Yep.
[eluser]sasori[/eluser]
haha awesome..it worked