Hi,
I am working on a plugin where I can configure some settings.
I like to instantiate a custom class where some settings should be stored globally. I need to get access to this object from different locations (views, controles and so on).
Whats the best way to do this?
I tried to instatiate my class in the class PluginInitializer but I dont know how to access this PluginInitializer class from other classes.
Can someone give me a hint how to achieve this? Thanks.