Welcome Guest, Not a member yet? Register   Sign In
re-route with optional argument. possible bug??
#3

(06-08-2016, 01:43 PM)cartalot Wrote: Well i will leave it to smarter people then me whether this is a "bug" or not. But for me it is exactly what i would expect. If i'm assigning a route, and that route is supposed to have a number, then if the url does not have a number it should be a 404.

If however its a case of - it could have a number - or not - then assign a route for the other case. Then it will work for either condition:
PHP Code:
$route["admin/foos/(:num)"] = "admin/hello/$1"
$route["admin/foos"] = "admin/hello"

yes this too can work. agreed. But i would like to know if what i reported can be done.
Harpreet Bhatia
Web Developer / Analyst
Technical Reviewer - "Codeigniter 2 Cookbook"

Reply


Messages In This Thread
RE: re-route with optional argument. possible bug?? - by harpreet - 06-08-2016, 08:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB