Welcome Guest, Not a member yet? Register   Sign In
Route error
#1

[eluser]marcoslavorato[/eluser]
Hi all. I have a quick question about the routes. Look my example.

Code:
$route['gerenciamento'] = "gerenciamento_controller/index/";
$route['gerenciamento/(.*)'] = "gerenciamento_controller/opcao/$1";
$route['gerenciamento/(.*)/ver/(:num)'] = "gerenciamento_controller/ver/$1/$2/";

The first and the second works fine, but the third does not work if the second is in the list. Why?


Messages In This Thread
Route error - by El Forum - 09-05-2008, 07:38 PM
Route error - by El Forum - 09-05-2008, 10:12 PM
Route error - by El Forum - 09-08-2008, 01:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB