Welcome Guest, Not a member yet? Register   Sign In
Subfolder in config
#4

(This post was last modified: 12-21-2015, 08:42 PM by nhatkontum.)

(12-21-2015, 09:35 AM)skunkbad Wrote:
(12-19-2015, 12:34 AM)nhatkontum Wrote: HI! i need help  Smile
I'm have config folder:
/application
 /config
   /forum
   /news
   /members
How to fetch config in (forum, news, members)  Exclamation


If you have a config file located at /application/config/forum/new/old/spagetti.php, then you get it like this:


PHP Code:
$this->config->load('forum/new/old/spagetti'); 


I maintain a website that is very large, and has hundreds of config files. You really do need to organize the config files, or they are difficult to find/edit/use.
Tongue thanks you ,it worked !
@mr_pablo my config file very long -> make my site slow.
ex : Controller News need config News, not need other config : (forum, member, ...)
... thanks
Reply


Messages In This Thread
Subfolder in config - by nhatkontum - 12-19-2015, 12:34 AM
RE: Subfolder in config - by mr_pablo - 12-21-2015, 09:07 AM
RE: Subfolder in config - by skunkbad - 12-21-2015, 09:35 AM
RE: Subfolder in config - by nhatkontum - 12-21-2015, 08:34 PM
RE: Subfolder in config - by Avenirer - 12-21-2015, 11:57 PM
RE: Subfolder in config - by nhatkontum - 12-22-2015, 12:10 AM
RE: Subfolder in config - by Avenirer - 12-22-2015, 12:11 AM
RE: Subfolder in config - by nhatkontum - 12-22-2015, 12:17 AM
RE: Subfolder in config - by mr_pablo - 12-22-2015, 03:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB