Hi, Is it possible to define a constant in the application.ini and what is the syntax?
in php code I have define('_EXAMPLE_VAR', 'example value');
But I would like to do this in the application.ini so I have all settings in
there.
is this possible like
_EXAMPLE_VAR = 'example value'
?
Mark
