Explain the codeigniter library. How will you load it?



Explain the codeigniter library. How will you load it?..

Answer / Vishwa Deepak Sharma

CodeIgniter is a PHP framework that follows the MVC architectural pattern. To use it, you first need to download and install the framework on your server. Once installed, you can load its libraries in your application by using the `load()` method of the autoload class found in the `autoload.php` file located in the system directory.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CodeIgniter Interview Questions

Explain codeigniter architecture?

1 Answers  


Explain views in codeigniter?

1 Answers  


What is an inhibitor of codeigniter?

1 Answers  


How to set csrf token in codeigniter?

1 Answers  


List databases supported by codeigniter frameworks?

1 Answers  


Who created codeigniter?

1 Answers  


List the new features of codelgniter?

1 Answers  


How you can link images/css/javascript from a view in code igniter?

1 Answers  


What is the use of codeigniter?

1 Answers  


How to get file name in controller codeigniter

1 Answers  


What is the advantage of codeigniter?

1 Answers  


Explain how to create custom 404 page in codeigniter?

1 Answers  


Categories