CodeIgniter Forums
linking config files to a database - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: linking config files to a database (/showthread.php?tid=9385)



linking config files to a database - El Forum - 06-23-2008

[eluser]nanda[/eluser]
Hi,

I've been developing an application and using custom config files for a lot stuff. I need to make a web control panel for my configs and was wonderng if there is there a way I can link config data to a database without replacing all the $this->config->item() references. Is it possible to call a model from the config files so I can link the data that way?