Welcome Guest, Not a member yet? Register   Sign In
Load in Config from database
#1

[eluser]Yash[/eluser]
I want to load some settings from database into config file.

I've a file blog_settings in config folder.Now I want to load this below code and pass a array to my config file.
any idea how to do that?

Code:
$query = $this->db->get('generalsettings');
$config = $query->result_array();
return $config;

you can't load run db query in blog_settings file.

You need super CI object i guess but I don't want to use that.
#2

[eluser]sophistry[/eluser]
why not just use the config class setter method set_item() ?


check the bottom of this manual page for details




Theme © iAndrew 2016 - Forum software by © MyBB