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 |
List some different hook point in codeigniter?
What is inhibitor are codeigniter?
Explain url helper? Can you list some commonly used url helpers in codeigniter?
What is meant by codeigniter?
How to fetch data from database in codeigniter?
How to add or load a model in codeigniter?
How create custom config file in codeigniter?
How to use pagination in codelgniter?
What is inhibitor in codeigniter?
How to enable codeigniter hook?
What is base controller in codeigniter?
How do you use aliases with autoloading models in codeigniter?