What is routing in CodeIgniter?
Routing is a technique by which you can define your URLs according to the requirement instead of using the predefined URLs. Routes can be classified in two ways, either using Wildcards or Regular Expressions. Wildcards There are two types of wildcards: :num−series containing only numbers matched. :any−series containing only characters matched. Regular Expression Regular expressions … Read more