Welcome Guest, Not a member yet? Register   Sign In
Problem: Routing Using Wild Cards
#6

[eluser]CroNiX[/eluser]
Regex isn't my strongest suite, especially in how CI processes them in routes in conjunction with it's own processing, but I've seen others who have used regex have problems with it not working as expected in CI. You might try putting some debug code in Router.php (or extend it with MY_Router) and see how CI is interpreting the regex and what it's doing with it. It might be that the regex itself is fine (and works as expected outside of CI) but the problem is introduced when CI executes it on top of it's own things it is normally doing to process the custom route.

Or maybe someone with more regex experience sees a problem with it.


Messages In This Thread
Problem: Routing Using Wild Cards - by El Forum - 12-15-2012, 03:02 AM
Problem: Routing Using Wild Cards - by El Forum - 12-15-2012, 03:18 AM
Problem: Routing Using Wild Cards - by El Forum - 12-15-2012, 03:26 AM
Problem: Routing Using Wild Cards - by El Forum - 12-15-2012, 10:57 AM
Problem: Routing Using Wild Cards - by El Forum - 12-15-2012, 11:22 AM
Problem: Routing Using Wild Cards - by El Forum - 12-15-2012, 03:49 PM
Problem: Routing Using Wild Cards - by El Forum - 12-15-2012, 10:57 PM
Problem: Routing Using Wild Cards - by El Forum - 12-16-2012, 12:27 AM
Problem: Routing Using Wild Cards - by El Forum - 12-16-2012, 12:36 AM
Problem: Routing Using Wild Cards - by El Forum - 12-16-2012, 01:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB