Welcome Guest, Not a member yet? Register   Sign In
Using custom configuration files
#1

[eluser]rana[/eluser]
Hi,
I need to use several custom configuration files for my application. But as they are many in numbers, the built in "config" directory may not look goo with a lot of files. So, I planned them to place them in a sub directory named 'custom'. Now, if I try to load those config file using the following codes, it doesn't work. Can anyone please help me how to get this working? Thanks.

Code:
$this->load->config("custom/sample_config");




Theme © iAndrew 2016 - Forum software by © MyBB