InterviewSolution
Saved Bookmarks
| 1. |
Explain the default URL pattern used in CodeIgniter. |
Answer»
Here, interviewbit.com is a server name, a user is a controller class that needs to be invoked, an edit is an action or method, and suresh is an optional action parameter that is passed to CONTROLLERS. |
|