Welcome Guest, Not a member yet? Register   Sign In
autoload config with "second parameter"
#2

Reading the user guide, you can
$this->config->load('blog_settings', TRUE);

and you would then reference those config items using
$site_name = $this->config->item('site_name', 'blog_settings');
Reply


Messages In This Thread
RE: autoload config with "second parameter" - by ciadmin - 04-10-2015, 02:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB