zanbaldwin / eventing

Eventing is a PHP application framework, by Zander Baldwin, based on the HMVC design pattern, licensed under the MIT/X11. This is an unstable, open-source side project.
MIT License
7 stars 0 forks source link

Router Library #1

Closed zanbaldwin closed 14 years ago

zanbaldwin commented 14 years ago

Router library is not finding controller files as expected. Another rewrite of _determine() method is probably needed.

zanbaldwin commented 14 years ago

E_router::_routes() and E_router::_determine() methods now fixed.