Jnr PHP/Codeigniter Developer Question:

What is routing in Codeigniter?

Tweet Share WhatsApp

Answer:

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.

Download Jnr PHP/Codeigniter Developer PDF Read All 61 Jnr PHP/Codeigniter Developer Questions
Previous QuestionNext Question
Tell me how you can extend the class in Codeigniter?Explain me in PHP what is the difference between a Class and an Interface?