#1
I wish to store my configuration settings in databases. I understand, we could do this by using the config file but I would like to make it dynamic using the helper.

Any suggestions?
#2
Hello,
Not really sure if this is a good idea, might open up you database to hackers.
But maybe start here.
You would have to write a module to make it dynamic.

Then you have to call this from ignition.php
change line 5 to point to your module/view file

Not really sure if this is a good idea, might open up you database to hackers.