Welcome Guest, Not a member yet? Register   Sign In
Library Loading - Error
#2

[eluser]PhilTem[/eluser]
1) You don't have to load the loader class, since it's automatically loaded when your CI::APP is initiated. Otherwise you won't even be able to load the loader class. See the recursion? Wink
2) Did you read the user guide? If you want to extend a core library, you have to use your subclass_prefix which is defined in ./application/config/config.php. If you extended the CI_Loader class properly, it will automatically be loaded, too.
3) The loader class is assigned as
Code:
$this->load->some_method()
from CI::APP


Messages In This Thread
Library Loading - Error - by El Forum - 03-21-2012, 07:37 AM
Library Loading - Error - by El Forum - 03-21-2012, 08:03 AM
Library Loading - Error - by El Forum - 03-21-2012, 08:09 AM
Library Loading - Error - by El Forum - 03-21-2012, 08:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB