Configuration of the InterJinn framework is relatively
simple. To create a new project configuration, just copy the file
/INTERJINN/Projects/templateConfig.inc to your
project location and give it a more relevant name.
copy /INTERJINN/Projects/templateConfig.inc /BANK_PROJECT/bankConfig.inc
interJinn array.
$GLOBALS['interJinn']['configVarName'] = 'configVarValue';
For maximum compatibility it is important that all
configuration variables that require a path be set using the Unix/Linux style.
Specifically, in Windows, you should replace all backslashes (\) with forward slashes (/) when
setting a path variable. This has the effect of forcing InterJinn and any
project files to exist on the same partition as the Web server when run under
Windows.