symfony-cmf / create-bundle

UNMAINTAINED - Integrates create.js and createphp into Symfony2
http://cmf.symfony.com/
29 stars 31 forks source link

fine grained access control #3

Open dbu opened 11 years ago

dbu commented 11 years ago

we should allow to plug ACL into this. probably this needs some improvements on the createphp library too, the bundle should just bind symfony bindings for the feature to be built into createphp.

dbu commented 11 years ago

there is RdfMapperInterface::isEditable() which could be leveraged, maybe that would be enough.

dbu commented 11 years ago

we have a binary access control with a role defining if you are allowed to edit or not.