epicwhale/ninja

Reverse routing capabilities

epicwhale opened this issue · 0 comments

Reverse Routing allows you to create links to named routes. When creating links just use the route's name and Ninja will automatically insert the correct URI. This allows you to change your routes at a later time and Ninja will update all of the relevant links site-wide.

Looking for good references of such an implementation.. CI, Laravel, Kohana?