wildcards to use in codeigniter routing?

Posted by ajsie on Stack Overflow See other posts from Stack Overflow or by ajsie
Published on 2010-04-10T08:36:36Z Indexed on 2010/04/10 8:43 UTC
Read the original article Hit count: 311

Filed under:
|
|
|

in codeigniter you can use wildcard to reroute.

i never heard the word wildcards before.

is this a set of rules you can use like regexp?

cause in codeigniter documentation they just gave some examples eg.

$route['product/(:num)'] = "catalog/product_lookup_by_id/$1";

is there a list/reference with all the available wildcard expressions you can use?

© Stack Overflow or respective owner

Related posts about wildcard

Related posts about codeigniter