I am using PHPRunner to, at the moment, create 5 different website applications. The work I do requires changes to some of the template files/stylesheets, as well modifications to files under the source directory and different plugins for different sites.
Some examples -
For some projects I have modified the DisplayLookupWizard function to not perform the lookup, if there is a CustomFormat view setting.
For some I use DHTML xTree for some popup tree selection stuff.
Some use the Innova RTE, some don't just use TextAreas.
What I would like to do, is have different sources/templates that I could configure for each project. I was hoping to get this done by copying the C:\Program Files\PHPRunner42 folder to new folders (like PHPRunner42_i2o, i2o is 1 of my project names), and the different EXEs would use the relative path from where the EXE was executed. But, it seems that the registry setting - HKEY_LOCAL_MACHINE\SOFTWARE\XLineSoft\PHPRunner4.2\InstallationPath is used to determine where to look for the source directory.
So, what I'm doing to workaround this for now, is I keep the source, template\layouts and template\styles directories in separate folders for each project. Then, right before I load/build the specific projects, I use batch scripts to clean out and upate the mentioned directories with the customized code for each project.
Would it be possible to add a project setting that allows selecting which source and template directories would be used for that project. Or at the very least, changing the program to search for those directories from a relative path (Start Location)?
If you need more clarification on what I want, please let me know.
Thanks, great product so far!