Auto-loading Resources
Note: This page is an extension of the CodeIgniter User Guide page of the same name. Please read the CodeIgniter Auto-loading Resources page in addition to this page for complete information about this feature.
There is now support for a system-wide autoload config file.
To autoload system-wide resources, open the system/config/autoload.php file and add the item you want loaded to the autoload array. You'll find instructions in that file corresponding to each type of item.