List the resources that can be autoloaded in codeigniter?



List the resources that can be autoloaded in codeigniter?..

Answer / 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

More CodeIgniter Interview Questions

Where is a newly created library stored in codeigniter structure?

1 Answers  


What is the basic codeigniter url structure?

1 Answers  


Why we use cli in codeigniter?

1 Answers  


How do I do a count('foo') using the active record functions?

1 Answers  


Can you extend native libraries in codeigniter?

1 Answers  


How will you add or load a model in codeigniter?

1 Answers  


How to enable codeigniter hook?

1 Answers  


How to initialize a driver in codeigniter?

1 Answers  


How we can load multiple helper files in codelgniter?

1 Answers  


What is the default method name in codeigniter?

1 Answers  


How to check the version of codeigniter framework?

1 Answers  


How to add or load a model in codeigniter?

1 Answers  


Categories