Welcome Guest, Not a member yet? Register   Sign In
A question about autoload config
#1

[eluser]kyleect[/eluser]
How do you autoload a config file while using the second parameter of the config load function? I tried this:

Code:
$autoload['config'] = array(array('app', true));

but that didn't work.
#2

[eluser]xwero[/eluser]
it's not possible. The autoload method only passes one parameter to the config->load method.




Theme © iAndrew 2016 - Forum software by © MyBB