![]() |
routing question - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: routing question (/showthread.php?tid=7143) |
routing question - El Forum - 03-26-2008 [eluser]steel_slasher[/eluser] i just want to know if i can create a router like this: Code: $route[':num/all'] = "news/all/$1"; |