Questions about routing a particular URI, or pattern of URIs to a controller class and method, within the CodeIgniter PHP framework.
In CodeIgniter routes are defined in the application/config/routes.php file. Routes can simply be added to the array $route. CodeIgniter supports both wildcard and regular expression based routing rules in addition to static ones.
 
     
     
     
     
     
     
     
     
     
     
     
     
    