Welcome Guest, Not a member yet? Register   Sign In
autoload.php is not loaded in development config directory [solved]
#8

[eluser]InsiteFX[/eluser]
This is the Enhancement I reported!

If you look at the CodeIgniter User Guide on the Config Class the whole document is backwards!

Code:
// this is wrong!
$this->config->load('filename');

// it should be like this!
$this->load->config('filename');

InsiteFX


Messages In This Thread
autoload.php is not loaded in development config directory [solved] - by El Forum - 04-06-2011, 12:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB