A quick Euphoria MVC update

new topic     » topic index » view thread      » older message » newer message

I pushed the changes I've been working on for the past couple months. It doesn't look like much, but the biggest change is that the path parser now correctly parses variables using regular expressions. Previously, I had it just splitting the path on slashes, so things like "/user/<id>" would correctly find "/user/123". But it got thrown off by anything more complicated, like what we use on this site, such as "/user/123.wc", would not match correctly, but now it does.

https://github.com/OpenEuphoria/euphoria-mvc/commits/master

-Greg

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu