When coding Visual Studio, I can have multiple website projects, and to switch between them is as simple as opening each website project on the local drive.
I'm confused at how CodeIgniter handles this, it seems the programming environment is the actual install location (doesn't really have a "project" concept), and how do I start to code a new website while preserving the code of the previous one?
Is there a script to package a project and export, then import later?