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

[eluser]gigowski[/eluser]
It isn't the core config class that I am trying to load. I want to load my config class which extends the core config class. How can I do that? When I comment out the line:

Code:
//$this->load->library('config');
$this->config->db_config_fetch();

I get this error:

Fatal error: Call to undefined method: ci_config->db_config_fetch() in /homepages/42/d187750613/htdocs/lilcharacters/system/application/controllers/shop.php on line 8

I need it to load system/application/libraries/MY_Config.php but I can't figure out how.


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