php - Codeigniter 3 dev Unable to load the requested class -


I'm new to CI and now I'm trying to use CodeIgniter 3 to develop my site. I just think about removing the framework and only one config / autoload.fp file:

  $ autoload ['library'] = array ('database', 'input');  

When I run the site, there is an error:

  Unable to load the requested class: input  

When I tried to do it with CI version 2.2.0 static, then everything is fine, there can be no error and why can I help solve it?

is loaded as the input library by default.

This class (input) is started automatically by the system, so there is no need to do it manually.

Auto-loading the document


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -