happy to see a sinatra-like microframework in php http://github.com/brucespang/Frank.php
but, documentation is scarce, and i'm not understading reading the code (maybe i'm not able):
you can define a views directory
set(array('views' => dirname(__FILE__) . '/templates'));
but how you can render file inside it?
how passing parameters?
there is no templating, simple php?
bye