Welcome Guest, Not a member yet? Register   Sign In
[RESOLVED] module/function/id -> to -> module/function/title ?
#2

[eluser]WanWizard[/eluser]
Use a regex route:
Code:
$route['portfolio/work/(.*)_([0-9]*)'] = 'portfolio/work/$2';
which will match any string followed by an underscore followed by a number


Messages In This Thread
[RESOLVED] module/function/id -> to -> module/function/title ? - by El Forum - 03-21-2011, 05:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB