Where put global variables?

Hello, I need a global variable, for example: Admin system email address. This variable can be used in any view, controller or model. Can you help me please? I need declare it in for example config file an then get it in any place.

Have a look to stackoverflow.com, that’s how I do it with param.php. Works!