Using Wildcards in CodeIgniter

Posted by tpae on Stack Overflow See other posts from Stack Overflow or by tpae
Published on 2010-05-17T06:31:43Z Indexed on 2010/05/17 9:10 UTC
Read the original article Hit count: 140

Filed under:
|

Wildcards are cool.

I am trying to do this:

$route["(:any)/controller"] = "controller";

basically, I want to put the wildcard in the front. It doesn't quite work, and I don't know any work around.

© Stack Overflow or respective owner

Related posts about php

Related posts about codeigniter