[eluser]darkside9[/eluser]
Hi
I have developed web application using CI, I need to write some pure php scripts, those scripts will run throught CLI, I need to get some configuration like DB configuration, or other defined configs from the codeigniter config file and re use them in those scripts.
How I can use the config(s) file(s) from outside CI.