adspace
Answer Posted / 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 |
Post New Answer View All Answers