Welcome Guest, Not a member yet? Register   Sign In
Routing - combing URL segments to form a method name?
#5

[eluser]KingSkippus[/eluser]
Per mddd's suggestion in another thread, you could also try the following:

Code:
$route['admin/product_required_details/([^/]+)/(:num)/([^/]+)'] =
    'admin/product_required_details/$3_$1/$2';


Messages In This Thread
Routing - combing URL segments to form a method name? - by El Forum - 07-20-2010, 04:47 PM
Routing - combing URL segments to form a method name? - by El Forum - 07-20-2010, 07:14 PM
Routing - combing URL segments to form a method name? - by El Forum - 07-21-2010, 01:41 AM
Routing - combing URL segments to form a method name? - by El Forum - 07-21-2010, 02:54 AM
Routing - combing URL segments to form a method name? - by El Forum - 07-21-2010, 06:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB