Jnr PHP/Codeigniter Developer Question:
Download Job Interview Questions and Answers PDF
What is routing in Codeigniter?
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 Interview Questions And Answers
PDF
Previous Question | Next 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? |