Welcome Guest, Not a member yet? Register   Sign In
$this->config->load('xxx', TRUE); in autoload ?
#1

[eluser]meglio[/eluser]
I want to keep config files under different keys of $config field.

Manually I can do it so (for application/config/xxx.php):
Code:
$this->config->load('xxx', TRUE)

How to do it in autoload.php?

Thanks,
Anton




Theme © iAndrew 2016 - Forum software by © MyBB