I have a question as I need to have a global static variable and I have question is any possibility to add it to the application.ini file, how to do it?
Or I have to:
I just added define('VARIABLE_NAME', 'Something here'); to bootstrap. Instant global constants.
These constants were placed inside of a protected _intiFuncName function inside of the bootstrap extends class