Welcome Guest, Not a member yet? Register   Sign In
help with routing
#2

[eluser]ghprod[/eluser]
you need to add to your routes.php

Code:
$route['producto/detalle/(\d+)/(.*?)'] = 'product/$2';

remember since you dont have ID to route then you need to catch product name and use it as key to get right content item Smile


Messages In This Thread
help with routing - by El Forum - 05-18-2011, 08:41 AM
help with routing - by El Forum - 05-19-2011, 03:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB