Welcome Guest, Not a member yet? Register   Sign In
change config['log_path'] on the fly
#2

(This post was last modified: 03-01-2018, 06:18 AM by InsiteFX.)

Try this, it may need to be put into the CodeIgniter global space.

PHP Code:
$this->load->vars($this->config->item('log_path')); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: change config['log_path'] on the fly - by InsiteFX - 03-01-2018, 06:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB