Explain the basic url structure in codeigniter?
Answer / Akshay Kumar
The basic URL structure in CodeIgniter consists of the base URL followed by the controller name and the method to be called. For example: base_url/controller_name/method_name. The base URL is usually set in the config file, and both controller and method names are case sensitive.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is codeigniter good for large applications?
What do you mean by drivers?
How many types of messages can you log in codeigniter?
What is basepath codeigniter?
Who created codeigniter?
Explain codeigniter architecture?
What is inhibitor in codeigniter?
Does codeigniter prevent sql injection?
How we can enable hooks in codeigniter?
How you will load or add a model in codeigniter?
What are the most prominent features of codeigniter?
How we can configure hooks in codeigniter?