employer cover photo
employer logo
employer logo

Alcanzar Software Solutions

Est-ce votre entreprise ?

Question d’entretien chez Alcanzar Software Solutions

Explain routing in Codeigniter?

Réponse à la question d'entretien

Utilisateur anonyme

18 juin 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.