City-of-Bloomington / blossom

A skeleton for PHP web applications
GNU Affero General Public License v3.0
3 stars 0 forks source link

Add router library #12

Closed inghamn closed 9 years ago

inghamn commented 9 years ago

We should add Aura.Router to the default scaffolding.

Index controller's regular expressions will be replaced with ROUTE call. All links on the site should be rendered by the router. Controllers need to be updated to standardize on any ID parameters used.