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 |
What is inhibitor in codeigniter?
Explain url helper? Can you list some commonly used url helpers in codeigniter?
What are codeigniter drivers?
What do you mean by drivers?
Can we allowed to call one controller from another controller in codeigniter?
How we can redirect a page in codeigniter?
How to create a driver in codeigniter?
Explain how you can enable csrf (cross site request forgery) in codeigniter?
What are the features of codeigniter? Open source framework?
How will you add or load a model in codeigniter?
What is base url in codeigniter?
Mention what are the security parameter for xss in codeigniter?