List all the auto-loadable resources available in CodeIgniter.
Answer»
The below-given ITEMS can be automatically loaded in CODEIGNITER:
Classes OBTAINED in the directory named libraries/
Custom config files obtained in the directory named config/
Helper files obtained in the directory named helpers/
Models obtained in the directory named models/
Language files obtained in the directory named system/language/
For resource autoloading, you should OPEN the file application/config/autoload.php and include the ITEM that you want to be get loaded into the array of autoloads. In the file related to each type of item, you can find instructions.