使用Zend Framework和Doctrine 2管理ACL

Does anyone know how to deal with ACL and Doctrine 2 inside a Zend Framework 1.11.10 Project ?

Thanks. Regards.

The ACLs are handled with Zend_ACL(), and as you do not have to use Zend_Db or Zend_Table or whatever classes Zend Framework provides, Doctrine-Integration should be as intended by the doctrine-manual. Here's an article on how to do it with Doctrine - it should be easily adaptable to Doctrine2.