ccampbell / sonic

fast, lightweight PHP 5.3 MVC framework
http://www.sonicframework.com
Apache License 2.0
63 stars 11 forks source link

add user-configurable 'default route' #29

Open csurf opened 11 years ago

csurf commented 11 years ago

currently, 'main/index' is hard-coded as being the 'default route', which might not be acceptable based on user preferences or needs. So, find a way to abstract this out to a user-definable value that can overridden.