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: 158
php
|codeigniter
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