Welcome Guest, Not a member yet? Register   Sign In
autoload not working correctly
#1
Bug 

Welcome. I think I had found a bug in autoload. In the configuration I had added to autoload all needed libs (like by example "html", "url" with I needed).

After I wrote the code, I recieved error about call to unknown functions (with I got from the documentation for the html and url helpers). I solved it by typing on the code top:

Code:
$this->load->helper('html');
$this->load->helper('url');

This would mean that the autoloader don't work because before I entered the above code, the libs weren't automacially loaded as they should be.
Reply


Messages In This Thread
autoload not working correctly - by mcgiwer - 09-29-2015, 11:35 AM
RE: autoload not working correctly - by Muzikant - 09-30-2015, 01:29 AM
RE: autoload not working correctly - by Narf - 09-30-2015, 03:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB