anandkunal / ToroPHP

Toro is a PHP router for developing RESTful web applications and APIs.
http://toroweb.org
MIT License
1.17k stars 173 forks source link

Update Toro.php #87

Closed dornizar closed 10 years ago

dornizar commented 10 years ago

The class can't serve by base url the changes i made realize the relative path and the routes changes accordingly

example: if the site is in abc.com/somedir/ the router won't find the routes

so i added a function that adds the base url to the routes