Adding new Attributes to ACL in Symfony 2 -
I am new to Symphony, for my project, I am trying to use properties of ACL and their permission. In the cookbook, it says that the permission map is in no way stable and can be completely replaced at will. I need to make two other features, one proposal and other acceptance. Something where a user can propose new pages or comments and another can decide whether it can be published or not. For just this moment, can I start with any clue or reference that I can not apply it with ACL? I have already read about the ACL in the kitchen book and its advanced use, but she did not help me.
Compared to ACL, you are more related to the rules engine
Take a look at the following links for implementation:
Comments
Post a Comment