config->load(‘xxx’, TRUE); in autoload.php ? |
[eluser]meglio[/eluser]
Hi. I have posted the same question to the CodeIgniter discussion, but nobody helps. Maybe this thread is more right place for such questions. I want to keep config files under different keys of $config variable (the technic of this is descibed in documentation: http://ellislab.com/codeigniter/user-gui...onfig.html Manually I can do it so (for application/config/xxx.php): $this->config->load('xxx', TRUE) How to do it in autoload.php file? Thanks, Anton
[eluser]xwero[/eluser]
It's not possible with the autoload. Loader library snippet Code: function _ci_autoloader()
[eluser]meglio[/eluser]
Thanks, then it seems that it will be good fix for next version to allow this in autoload.php |
Welcome Guest, Not a member yet? Register Sign In |