zendframework / zend-permissions-rbac

Create and query role-based access controls.
BSD 3-Clause "New" or "Revised" License
44 stars 23 forks source link

文档里为什么没有数据库的说明? #27

Closed Dreamseekai closed 7 years ago

Dreamseekai commented 7 years ago

Why no databases documents for rbac

Ocramius commented 7 years ago

This module provides no DB integration - DB integration is to be implemented by implementing a custom https://github.com/zendframework/zend-permissions-rbac/blob/98252acae03f52e83e937150efe81f621e15891c/src/Rbac.php that reads from the DB instead of performing in-memory operations.

Closing as duplicate of https://github.com/zendframework/zend-permissions-rbac/issues/28