How to use codeigniter framework in php?



How to use codeigniter framework in php?..

Answer / Paras Nath Verma

To use CodeIgniter, you need to download it from its official website and extract the files. After that, upload the extracted folder to your web server. Set up a database and configure the configuration file 'config.php' with the necessary information like database name, user, password etc. Now, load the autoloader in the index.php file by adding the following line at the top: require APPPATH . '/libraries/Autoloader.php'; Then, you can use the CodeIgniter functions to build your application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CodeIgniter Interview Questions

What do you mean by helper in codeigniter?

1 Answers  


How to handle sessions in codeigniter?

1 Answers  


What is helper in codeigniter? How can you load a helper file?

1 Answers  


Why codeigniter is used?

1 Answers  


Does codeigniter prevent sql injection?

1 Answers  


How many types of messages can you log in codeigniter?

1 Answers  


How can you load a view in codeigniter?

1 Answers  


Is codeigniter dead 2019?

1 Answers  


What do you mean by drivers and how we can create in codeigniter?

1 Answers  


What is hmvc codeigniter?

1 Answers  


how to create application at codeigniter ?

1 Answers  


Which is better wordpress or codeigniter?

1 Answers  


Categories