adspace


List the resources that can be autoloaded in codeigniter?

Answer Posted / Ayushi Srivastava

Resources such as libraries, helpers, and language files can be autoloaded in CodeIgniter. To do this, you add their class names to the $autoload array in the autoload.php file.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add / link an images/css/javascript from a view in ci?

717