CodeIgniter Forums
Loading Config and Setting a Config Value Problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Loading Config and Setting a Config Value Problem (/showthread.php?tid=52465)



Loading Config and Setting a Config Value Problem - El Forum - 06-12-2012

[eluser]Unknown[/eluser]
I am new to codeigniter framework. I try to create application with back-end and frond-end. The folder structure as follows(only show config file position to explain problem)

root
-admin
-application
--backend
---config
----config.php
--frontend
---config
----config.php
-system


Using back-end admin panel i try to change config value in both back-end and frond-end config.php value. But i fail to change it in front-end config.php file. I don't need database based solution for this. Please help me to solve this problem with example.