Tag Archives: CodeIgniter Autoload

CodeIgniter Autoload

To autoload resources, open the application/config/autoload.php file and add the item you want loaded to the autoload array. Important Points Of Autoload Concept Libraries Helper Config Language Model Sample autoload.php configuration Important Points Of Autoload Concept This file specifies which systems should be loaded by default (OR) The files initialized automatically every time the system […]