Welcome Guest, Not a member yet? Register   Sign In
Can't load->model after loading a custom class
#2

[eluser]Harold Villacorte[/eluser]
Libraries should not extend CI_Controller. The super object is an instance of CI_Controller and should only be extended by controllers. Just do like the docs say and reference the super object like this when in a library:
Code:
$CI =& get_instance();


Messages In This Thread
Can't load->model after loading a custom class - by El Forum - 03-13-2013, 09:16 AM
Can't load->model after loading a custom class - by El Forum - 03-13-2013, 09:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB