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 |
Where is a newly created library stored in codeigniter structure?
What is the basic codeigniter url structure?
Why we use cli in codeigniter?
How do I do a count('foo') using the active record functions?
Can you extend native libraries in codeigniter?
How will you add or load a model in codeigniter?
How to enable codeigniter hook?
How to initialize a driver in codeigniter?
How we can load multiple helper files in codelgniter?
What is the default method name in codeigniter?
How to check the version of codeigniter framework?
How to add or load a model in codeigniter?