What is config file in codeigniter?



What is config file in codeigniter?..

Answer / Prateek Nagar

Config files in CodeIgniter are PHP files that store configuration settings for the application. These files are typically found in the application/config directory and can be easily modified to change the behavior of the application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CodeIgniter Interview Questions

What is inhibitor in codeigniter?

1 Answers  


Explain url helper? Can you list some commonly used url helpers in codeigniter?

1 Answers  


What are codeigniter drivers?

1 Answers  


What do you mean by drivers?

1 Answers  


Can we allowed to call one controller from another controller in codeigniter?

1 Answers  


How we can redirect a page in codeigniter?

1 Answers  


How to create a driver in codeigniter?

1 Answers  


Explain how you can enable csrf (cross site request forgery) in codeigniter?

1 Answers  


What are the features of codeigniter? Open source framework?

1 Answers  


How will you add or load a model in codeigniter?

1 Answers  


What is base url in codeigniter?

1 Answers  


Mention what are the security parameter for xss in codeigniter?

1 Answers  


Categories