In which files routes are defined in codeigniter?
Answer / Amardeep Kumar Sinha
Routes are defined in two main files: routes.php and routes/routes.php (in newer versions of CodeIgniter 4). The former is located in the application folder, while the latter is placed inside the routes folder.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where is a newly created library stored in codeigniter structure?
How to set csrf token in codeigniter?
How to enable error logging in codeigniter?
How we can configure hooks in codeigniter?
How can you load a view in codeigniter?
What is the cli? Why we use cli in codeigniter?
What is mvc codeigniter?
How to add / link an images/css/javascript from a view in ci?
How to check a field or column exists in a table or not in codeigniter?
Who developed codeigniter?
What do you mean by get_instance in codeigniter?
How to set or get config variables in codeigniter?