Google News
logo
CodeIgniter - Interview Questions
What is the Default URL Pattern in Codeigniter ?
The default URL patter in codeigniter is split up into four functions which start with the server name, controller class, controller name and finally function parameters To accesses the URL pattern in codeigniter you have to use a URL helper.  
Advertisement