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 |
Messages In This Thread |
config->load(‘xxx’, TRUE); in autoload.php ? - by El Forum - 10-20-2008, 01:27 AM
config->load(‘xxx’, TRUE); in autoload.php ? - by El Forum - 10-20-2008, 01:39 AM
config->load(‘xxx’, TRUE); in autoload.php ? - by El Forum - 10-20-2008, 01:52 AM
|