Welcome Guest, Not a member yet? Register   Sign In
Extending CI_Config class problem
#2

[eluser]tonanbarbarian[/eluser]
Your problem is the following line in your controller
Code:
$this->load->library('config');
User Guide Config Class
The user guide shows that the config class is loaded automatically (the fairly prominent Note at the top of the page)
So trying to load the config library will result in the error you are getting because it is already loaded.


Messages In This Thread
Extending CI_Config class problem - by El Forum - 12-19-2007, 08:24 PM
Extending CI_Config class problem - by El Forum - 12-19-2007, 08:57 PM
Extending CI_Config class problem - by El Forum - 12-19-2007, 10:18 PM
Extending CI_Config class problem - by El Forum - 12-19-2007, 11:06 PM
Extending CI_Config class problem - by El Forum - 12-19-2007, 11:26 PM
Extending CI_Config class problem - by El Forum - 12-19-2007, 11:49 PM
Extending CI_Config class problem - by El Forum - 12-20-2007, 05:21 AM
Extending CI_Config class problem - by El Forum - 12-20-2007, 10:19 AM
Extending CI_Config class problem - by El Forum - 12-20-2007, 03:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB