Part of the EllisLab Network
   
 
linking config files to a database
Posted: 23 June 2008 08:42 PM   [ Ignore ]  
Summer Student
Avatar
Total Posts:  11
Joined  05-30-2008

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?

Profile