Welcome Guest, Not a member yet? Register   Sign In
global variables.
#1

[eluser]Uplift[/eluser]
Where would i set global variables that i want to use throughout my view pages. instead of declaring them every time.

thanks
#2

[eluser]Seb[/eluser]
Either in config/config.php or in a custom config file referenced in config/autoload.php:

Code:
$autoload['config'] = array('custom_file');
#3

[eluser]Uplift[/eluser]
thanks




Theme © iAndrew 2016 - Forum software by © MyBB