Manage ACL with Zend Framework and Doctrine 2
Does anyone know how to deal with ACL and Doctrin开发者_运维技巧e 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.
精彩评论