Welcome Guest, Not a member yet? Register   Sign In
A problem with routing (multiple wildcards?)
#2

[eluser]#1313[/eluser]
Whoops, i solved this question by myself =)

Code:
$route['cars/([a-z_\-]+)/(.+)'] = "cars/car_model/$1/$2";
$route['cars/:any'] = "cars/car_maker";

Worked perfectly.


Messages In This Thread
A problem with routing (multiple wildcards?) - by El Forum - 08-22-2007, 06:58 AM
A problem with routing (multiple wildcards?) - by El Forum - 08-22-2007, 07:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB