Tagged Questions
2
votes
2answers
814 views
How do you setup Codeigniter to handle multiple projects with shared ci base?
I've seen several CI implementation examples that claim you can put project folders under the "applications" folder for Codeigniter.
However I've not been able to see this work as promised.
Here is ...