http://monzee.wordpress.com/2009/06/04/snap-alpha-a-zf-wrapper-for-php-5-3/
github: http://github.com/monzee/snap-framework/tree/master

It's a small layer on top of ZF that let's you write something like

$route('/foo/:bar')->action(function ($con) {
    echo $con->bar;
});

$route->dispatch();

Since it uses Zend_View and the HelperBroker, you can use Zend_Form,
Zend_Layout, your old view scripts and (probably) all of the action/view
helpers and plugins you have written for your other ZF projects. Currently
undocumented but more examples and maybe method docs would be coming this
weekend.

   -- Mon

Reply via email to