I've just finished a rails project using HAML and really found it very convenient. I need to set up a php based project for another client and wanted to pretty much set it up so I can use HAML for all the views. The Zend Framework is my framework of choice as I've been using it for a few years now, however aside from Hamlphp I haven't really found much on the web on the usage of HAML with Zend Framework. Its like HAML seems exclusively used by Ruby on Rails developers.
Whats the best way to set this all up - I want to set up Zend Framework with Doctrine 2 as the ORM and use HAML for all my views and layouts plus use Sass. Any ideas guys? Has anyone implemented this or should I stick to HTML here instead.