employer cover photo
employer logo
employer logo

Alcanzar Software Solutions

Is this your company?

Alcanzar Software Solutions Interview Question

Explain routing in Codeigniter?

Interview Answer

Anonymous

Jun 18, 2015

In CodeIgniter, the way PHP files served is different rather than accessing it directly from the browser. This process is called routing. Routing in CodeIgniter gives you freedom to customize the default URL pattern to use our own URL pattern according to the requirement. So, whenever there is a request made and matches our URL pattern it will automatically direct to the specified controller and function.