Currently if we want to have multiple Qcodo apps on one server we have to use the “ini_set” method of setting the includes path. Not a problem, except it adds a lot of repetative coding to the front end of development.
Couldn't we somehow make this a configuration issue?
In other words just set the path once and have it automatically included in all of our files.
Now of course there is a sort of paradox here that we would have to solve. the configuration file is itself an included file, so until the ini_set include path stuff was executed, we wouldn't know where to find the configuration file and blah, blah, blah...
But I think we are smart people and there must be an intelligent solution to this that will save us all from having to add those lines of code all over the place when we install a new Qcodo instance.