Mojavi

Homepage at http://www.mojavi.org

Looks interesting - focused pretty much entirely on MVC - implements intercepting filters and manages to be fast. Rather than implementing the front controller command hierarchy in something like a big XML file, uses the filesystem to determine which there is an action a request should be delegated to.

Mojavi is designed as a Front Controller. However, it will also function as a Page Controller.